Skip to content

Commit

Permalink
update github actions - remove pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
codereverser committed May 9, 2021
1 parent ab3ca9c commit 492b9a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/run-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
- name: Test with pytest
run: |
pip install .
pytest
env:
BAD_CAS_FILE: ${{ secrets.BAD_CAS_FILE }}
Expand Down

0 comments on commit 492b9a5

Please sign in to comment.