Skip to content

Commit

Permalink
Fix python 3.11 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimas committed Jan 14, 2025
1 parent fcd1d8b commit b125e22
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ jobs:

steps:
- uses: actions/checkout@v4

- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: 3.11
- name: Install dependencies
run: |
python --version
Expand Down

0 comments on commit b125e22

Please sign in to comment.