Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
klahnakoski committed Mar 2, 2024
1 parent ee16230 commit 3289821
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
pip install .
python tests/smoke_test.py
python -m pip install --upgrade pip
pip install -r tests/requirements.lock
pip install --no-deps -r tests/requirements.lock
pip install .
- name: Run Tests
run: |
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
python -m pip install --upgrade pip
pip install -r tests/requirements.lock
pip install --no-deps -r tests/requirements.lock
pip install coverage coveralls
cp packaging/setup.py .
pip install .
Expand Down

0 comments on commit 3289821

Please sign in to comment.