Skip to content

Commit 59f5721

Browse files
committed
install scratchattach
1 parent 2edab4c commit 59f5721

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/pytest.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
- uses: astral-sh/setup-uv@v7
2323
- name: install deps
2424
run: uv sync
25+
- name: install scratchattach
26+
run: uv pip install .
2527
- name: mask secrets
2628
env:
2729
FERNET_KEY: ${{ secrets.FERNET_KEY }}

0 commit comments

Comments
 (0)