Skip to content

Commit

Permalink
tox: upgrade setup-python@v5, checkout@v4, lint, pip cache
Browse files Browse the repository at this point in the history
Signed-off-by: Teo <[email protected]>
  • Loading branch information
teocns committed Dec 10, 2024
1 parent 7bbfeeb commit b3ad7ed
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/python-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ jobs:

strategy:
matrix:
python-version: [3.7,3.8,3.9,3.10,3.11,3.12]
python-version: ["3.7","3.8","3.9","3.10","3.11","3.12"]

steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
cache: 'pip'
python-version: '3.11' # Use a default Python version for running tox
- name: Install tox
run: pip install tox
- name: Run tests with tox
run: tox
run: tox

0 comments on commit b3ad7ed

Please sign in to comment.