Skip to content

Commit

Permalink
Install pip in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cytopia committed Dec 6, 2020
1 parent 596fffb commit 362cc78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fuzzing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Install Python requirements
run: |
sudo pip install -r requirements.txt
pip install -r requirements.txt
- name: Fuzzing - before install
run: |
Expand Down

0 comments on commit 362cc78

Please sign in to comment.