Skip to content

Commit

Permalink
update python version
Browse files Browse the repository at this point in the history
  • Loading branch information
amirpsd committed Jun 5, 2024
1 parent 9b69cf8 commit 047e197
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Setup Python 3.9
- name: Setup Python 3.11.2
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.11.2

- name: Install dependencies
run: |
Expand Down

0 comments on commit 047e197

Please sign in to comment.