Skip to content

Commit

Permalink
CI: updated python version and GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
glpatcern committed May 23, 2024
1 parent f9c88e9 commit 2da9ba4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Set up Python 3.11
uses: actions/setup-python@v2
- name: Set up Python 3.12
uses: actions/setup-python@v3
with:
python-version: "3.11"
python-version: "3.12"

- name: Install dependencies
run: |
Expand Down

0 comments on commit 2da9ba4

Please sign in to comment.