Skip to content

Commit

Permalink
Update push.yml to Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
RobBie1221 authored Apr 6, 2024
1 parent 8aee22e commit c630cf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
uses: actions/setup-python@v5
id: python
with:
python-version: "3.11"
python-version: "3.12"
- name: Setup pre-commit
run: |
python3 -m pip install pre-commit
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
- name: Setup Python
uses: "actions/setup-python@v5"
with:
python-version: "3.11"
python-version: "3.12"
- name: Install requirements
run: python3 -m pip install -r requirements_test.txt
- name: Run tests
Expand Down

0 comments on commit c630cf2

Please sign in to comment.