Skip to content

Commit

Permalink
Update python task to 3.12 (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianegge authored Nov 10, 2024
1 parent ec565a0 commit 1395f06
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,11 @@ jobs:
steps:
- name: Check out code from GitHub
uses: "actions/checkout@v2"
- name: Setup Python
uses: "actions/setup-python@v1"
- name: "Set up Python"
uses: actions/setup-python@v5.3.0
with:
python-version: "3.8"
python-version: "3.12"
cache: "pip"
- name: Install requirements
run: python3 -m pip install -r requirements_test.txt
- name: Run tests
Expand Down

0 comments on commit 1395f06

Please sign in to comment.