Skip to content

Commit

Permalink
fix: path in manylinux packaging (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
diefans authored May 14, 2024
1 parent 95dec72 commit add5a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
container:
image: quay.io/pypa/manylinux2014_x86_64:latest
env:
PATH: /opt/python/${{ matrix.version }}/bin:/usr/local/bin
PATH: /opt/python/${{ matrix.version }}/bin:/usr/local/bin:/usr/bin
PROJECT: buvar
steps:
- run: |
Expand Down

0 comments on commit add5a36

Please sign in to comment.