Skip to content

Commit

Permalink
ci: build and test with python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrcia committed May 17, 2024
1 parent 4b48454 commit 4b30a52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Python 3.10.0
uses: actions/setup-python@v4
with:
python-version: 3.9.13
python-version: 3.10
- name: Install dependencies
run: |
python -m pip install -U pip poetry
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Set up Python 3.10.0
uses: actions/setup-python@v4
with:
python-version: 3.9.13
python-version: 3.10
- name: Install dependencies
run: |
python -m pip install -U pip poetry
Expand Down

0 comments on commit 4b30a52

Please sign in to comment.