Skip to content

Commit

Permalink
Fix CI (#1397)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoletta committed Aug 23, 2023
1 parent 2d214f7 commit f6d45d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ jobs:
uses: chetan/git-restore-mtime-action@v1

- name: Python3 Build
if: steps.cache-programs.outputs.cache-hit != 'true' && matrix.program-target != 'cairo_1_test_contracts'
if: steps.cache-programs.outputs.cache-hit != 'true'
&& matrix.program-target != 'cairo_1_test_contracts'
&& matrix.program-target != 'cairo_2_test_contracts'
uses: actions/setup-python@v4
with:
python-version: '3.9'
Expand Down

0 comments on commit f6d45d6

Please sign in to comment.