Skip to content

Commit

Permalink
Revert "Use LD_LIBRARY_PATH in ci-python.yml"
Browse files Browse the repository at this point in the history
This reverts commit 965e67f.
  • Loading branch information
iainrussell committed Oct 21, 2023
1 parent a3b7335 commit d46fe73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ jobs:
LD_LIBRARY_PATH: ${{ steps.install-dependencies.outputs.lib_path }}
shell: bash -eux {0}
run: |
DYLD_LIBRARY_PATH=${{ env.LD_LIBRARY_PATH }} LD_LIBRARY_PATH=${{ env.LD_LIBRARY_PATH }} python -m pytest --cov=./ --cov-report=xml
DYLD_LIBRARY_PATH=${{ env.LD_LIBRARY_PATH }} python -m pytest --cov=./ --cov-report=xml
python -m coverage report
- name: Codecov Upload
Expand Down Expand Up @@ -267,7 +267,7 @@ jobs:
shell: bash -eux {0}
working-directory: tests
run: |
DYLD_LIBRARY_PATH=${{ env.LD_LIBRARY_PATH }} LD_LIBRARY_PATH=${{ env.LD_LIBRARY_PATH }} python -m pytest
DYLD_LIBRARY_PATH=${{ env.LD_LIBRARY_PATH }} python -m pytest
- name: Publish on PyPI
if: steps.check-version.outputs.is-new-release == 'true'
Expand Down

0 comments on commit d46fe73

Please sign in to comment.