We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01f5dba commit 71938e6Copy full SHA for 71938e6
.github/workflows/iai_pr.yml
@@ -36,8 +36,10 @@ jobs:
36
- name: Install python deps
37
if: ${{ steps.cache-iai-results.outputs.cache-hit != 'true' }}
38
run: |
39
- make python-deps
+ uv python install 3.9.15
40
+ uv venv --python 3.9.15 cairo-vm-env
41
. cairo-vm-env/bin/activate
42
+ uv pip install -r requirements.txt
43
echo PATH=$PATH >> $GITHUB_ENV
44
45
- name: Install test dependencies
@@ -67,8 +69,10 @@ jobs:
67
69
enable-cache: true
68
70
71
72
73
74
75
76
77
78
0 commit comments