Skip to content

Commit

Permalink
tests run on 3.10.15
Browse files Browse the repository at this point in the history
  • Loading branch information
juliomateoslangerak committed Oct 18, 2024
1 parent 8a67cf6 commit 605634b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_tests_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Python 3.10
- name: Set up Python 3.10.15
uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: 3.10.15
- name: Install Poetry
uses: snok/install-poetry@v1
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run_tests_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Python 3.10
- name: Set up Python 3.10.15
uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: 3.10.15
- name: Install Poetry
uses: snok/install-poetry@v1
with:
Expand Down

0 comments on commit 605634b

Please sign in to comment.