Skip to content

Commit 699f1d0

Browse files
committed
blah
1 parent bcdaffa commit 699f1d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uv venv --project crackers_python
3030
- name: Install dev dependencies
3131
run: |
32-
uv sync --project crackers_python --dev --active
32+
uv pip install -e ./crackers_python[dev]
3333
- name: Run nox session
3434
run: |
3535
cd crackers_python

0 commit comments

Comments
 (0)