Skip to content

Commit

Permalink
use package name from env
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangb committed Mar 29, 2023
1 parent e256a21 commit 41964f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-json.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
- name: Install built wheel
if: matrix.target == 'x86_64'
run: |
python -m pip install "dist/$(ls -a dist/ | grep '^pgpq-.*\.whl$' | head -n 1)[test]" --force-reinstall
python -m pip install "dist/$(ls -a dist/ | grep '^${{ env.PACKAGE_NAME }}-.*\.whl$' | head -n 1)[test]" --force-reinstall
pytest -v ${{ env.PACKAGE_DIR }}
- name: Upload wheels
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 41964f2

Please sign in to comment.