We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ade7c8 + 94711af commit 3bc9fe3Copy full SHA for 3bc9fe3
1 file changed
.github/workflows/pytest.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Install dependencies
29
run: |
30
python -m pip install --upgrade pip
31
- if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
+ pip install . # install scratchattach from fs and dependencies
32
pip install pytest
33
pip install cryptography
34
0 commit comments