Skip to content

Commit f84a5e9

Browse files
author
Nabil Fayak
committed
pytest workflow update
1 parent d713e98 commit f84a5e9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/pytest.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,5 @@ jobs:
3333
if: steps.cache.outputs.cache-hit != 'true'
3434
run: |
3535
python -m pip install -e .[test]
36-
- name: Install checkmate with no requirements (using cache)
37-
if: steps.cache.outputs.cache-hit == 'true'
38-
run: |
39-
python -m pip install -e .[test] --no-deps
4036
- name: Run Pytest
4137
run: make test

0 commit comments

Comments
 (0)