Skip to content

Commit

Permalink
Downgrade python-version in job running Slither to 3.10.0
Browse files Browse the repository at this point in the history
In a previous commit we wre trying to upgrade Python version to `3.11.0`, but we
discovered that the Slither installation does currently not work correctly when
that version is used (there's an Issue created for that, see
crytic/slither#1466). One of the recommended solutions
is temporary downgrade to Python `3.10`.
  • Loading branch information
michalinacienciala committed Dec 6, 2022
1 parent 475e929 commit 62baecf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/contracts-ecdsa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: 3.11.0
python-version: 3.10.0

- name: Install Solidity
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/contracts-random-beacon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: 3.11.0
python-version: 3.10.0

- name: Install Solidity
env:
Expand Down

0 comments on commit 62baecf

Please sign in to comment.