Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
avalentino committed Nov 19, 2023
1 parent 3aeb221 commit 462adde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
run: |
VERSION=$(echo dist/*.whl | cut -d '-' -f 2)
python -m pip install --upgrade pip
python -m pip install dist/bpack-${VERSION}-py3-none-any.whl[full]
python -m pip install dist/$PACKAGE-${VERSION}-py3-none-any.whl[full]
- name: Install test dependencies
shell: bash
Expand All @@ -85,4 +85,4 @@ jobs:
- name: Test
run: |
python -m pytest --cov=${PACKAGE} --cov-report=html --cov-report=term
python -m pytest --cov=$PACKAGE --cov-report=html --cov-report=term

0 comments on commit 462adde

Please sign in to comment.