Skip to content

Commit

Permalink
fix(workflow): fix python version to prevent error with pysha3
Browse files Browse the repository at this point in the history
Signed-off-by: Sophia Koehler <[email protected]>
  • Loading branch information
sophia1ch committed Jan 3, 2025
1 parent 4b9dee3 commit 81fad4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install Python dependencies
run: |
sudo apt-get update
sudo apt-get install -y python3 python3-pip python3.10-dev build-essential
sudo apt-get install -y python3 python3-pip python3.10-venv build-essential
- name: Install dependencies
run: yarn
Expand Down

0 comments on commit 81fad4c

Please sign in to comment.