We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d713e98 commit f84a5e9Copy full SHA for f84a5e9
.github/workflows/pytest.yaml
@@ -33,9 +33,5 @@ jobs:
33
if: steps.cache.outputs.cache-hit != 'true'
34
run: |
35
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
40
- name: Run Pytest
41
run: make test
0 commit comments