Skip to content

Commit

Permalink
Add .local/lib to LD_LIBRARY_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
perklet committed Feb 1, 2024
1 parent 3f0951d commit 1eb65b0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: pipx run build --sdist
- run: |
make preprocess
pipx run build --sdist
- uses: actions/upload-artifact@v3
with:
path: ./dist/*.tar.gz
Expand Down Expand Up @@ -51,6 +53,8 @@ jobs:
- name: Build and test wheels
uses: pypa/[email protected]
env:
LD_LIBRARY_PATH: /home/runner/.local/lib

# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3
Expand Down

0 comments on commit 1eb65b0

Please sign in to comment.