Skip to content

Commit 0713c16

Browse files
committed
fix install
1 parent 59f5721 commit 0713c16

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/pytest.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,13 @@ 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 .
2725
- name: mask secrets
2826
env:
2927
FERNET_KEY: ${{ secrets.FERNET_KEY }}
3028
run: |
3129
cd tests
32-
python -m util addmask
30+
uv pip install -e ..
31+
uv run -m util addmask
3332
cd ..
3433
- name: Test with pytest
3534
env:

0 commit comments

Comments
 (0)