Skip to content

Commit

Permalink
fix(ci): fuzz ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hadialqattan committed Jan 6, 2025
1 parent 1f9b9b2 commit 2351616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install poetry
python -m poetry install --no-root
python -m poetry install
- name: Test with pytest by poetry
run: |
Expand Down

0 comments on commit 2351616

Please sign in to comment.