We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59f5721 commit 0713c16Copy full SHA for 0713c16
1 file changed
.github/workflows/pytest.yml
@@ -22,14 +22,13 @@ jobs:
22
- uses: astral-sh/setup-uv@v7
23
- name: install deps
24
run: uv sync
25
- - name: install scratchattach
26
- run: uv pip install .
27
- name: mask secrets
28
env:
29
FERNET_KEY: ${{ secrets.FERNET_KEY }}
30
run: |
31
cd tests
32
- python -m util addmask
+ uv pip install -e ..
+ uv run -m util addmask
33
cd ..
34
- name: Test with pytest
35
0 commit comments