Skip to content

Commit 492b9a5

Browse files
committed
update github actions - remove pip install
1 parent ab3ca9c commit 492b9a5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/run-pytest.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
3434
- name: Test with pytest
3535
run: |
36-
pip install .
3736
pytest
3837
env:
3938
BAD_CAS_FILE: ${{ secrets.BAD_CAS_FILE }}

0 commit comments

Comments
 (0)