Skip to content

Commit

Permalink
use latest python version in check jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
dhellmann committed Dec 19, 2024
1 parent 5bd7b70 commit 1081362
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:

- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'

- name: Install dependencies
run: python -m pip install tox
Expand Down

0 comments on commit 1081362

Please sign in to comment.