Skip to content

Commit

Permalink
Use pip3
Browse files Browse the repository at this point in the history
  • Loading branch information
kiryk committed Jul 9, 2024
1 parent 6144359 commit 274f41f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-riscv-dv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ jobs:

- name: Install Python deps
run: |
pip install -r third_party/riscv-dv/requirements.txt
pip3 install -r third_party/riscv-dv/requirements.txt
- name: Check presence
run: |
Expand Down

0 comments on commit 274f41f

Please sign in to comment.