Skip to content

Commit

Permalink
bumping actions python to 3.10.12
Browse files Browse the repository at this point in the history
  • Loading branch information
juliomateoslangerak committed Apr 26, 2024
1 parent 90a3a45 commit fac166b
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.12
uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: 3.10.12
- 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.12
uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: 3.10.12
- name: Install Poetry
uses: snok/install-poetry@v1
with:
Expand Down

0 comments on commit fac166b

Please sign in to comment.