Skip to content

Commit

Permalink
py310 tests finalized?
Browse files Browse the repository at this point in the history
  • Loading branch information
fohrloop committed Jan 15, 2024
1 parent e83c2e7 commit fd8527b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ jobs:
test-linux-py310:
runs-on: ubuntu-22.04
env:
PYTHON_VERSION: '3.11'
PYTHON_EXECUTABLE: 'python3.11'
PYTHON_VERSION: '3.10'
PYTHON_TOX_ENVs: 'py310, check'
PYTHON_EXECUTABLE: 'python3.10'
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit fd8527b

Please sign in to comment.