Skip to content

Commit

Permalink
Disable Python build isolation in CI (not needed)
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-traverse committed Dec 14, 2024
1 parent ca034d3 commit 095201f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,8 @@ jobs:
pip install -r tracdap-runtime/python/requirements.txt
- name: Python - Build runtime package
env:
TRAC_PYTHON_BUILD_ISOLATION: false
run: python tracdap-runtime/python/build_runtime.py --target dist

- name: Run end to end tests
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@ jobs:
pip install -r tracdap-runtime/python/requirements.txt
- name: Build runtime package
env:
TRAC_PYTHON_BUILD_ISOLATION: false
run: python tracdap-runtime/python/build_runtime.py --target dist

- name: Save artifacts
Expand Down

0 comments on commit 095201f

Please sign in to comment.