Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Oct 29, 2024
1 parent a773bda commit 880237e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
command: pip install -U pip # upgrade pip after installing python

- name: create environment
run: pyenv local 3.11.1 && python -mvenv .venv390
run: pyenv local 3.11 && python -mvenv .venv390

- name: Install dependencies
run: |
Expand Down

0 comments on commit 880237e

Please sign in to comment.