Skip to content

Commit 3bc9fe3

Browse files
authored
Merge branch 'main' into main
2 parents 6ade7c8 + 94711af commit 3bc9fe3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install dependencies
2929
run: |
3030
python -m pip install --upgrade pip
31-
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
31+
pip install . # install scratchattach from fs and dependencies
3232
pip install pytest
3333
pip install cryptography
3434

0 commit comments

Comments
 (0)