Skip to content

Commit

Permalink
Use requirements.txt in first job of iai_pr workflow (#932)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoletta committed Mar 31, 2023
1 parent 27e6165 commit cdb5125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/iai_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
ref: ${{ github.event.pull_request.base.sha }}
- name: Install test dependencies
run: |
pip install ecdsa fastecdsa sympy typeguard==2.13.0 cairo-lang==0.10.3
pip install -r requirements.txt
sudo apt update
sudo apt install -y valgrind
- name: Initialize IAI cache for ${{ github.event.pull_request.base.sha }}
Expand Down

0 comments on commit cdb5125

Please sign in to comment.