Skip to content

Commit

Permalink
another test with py311
Browse files Browse the repository at this point in the history
  • Loading branch information
fohrloop committed Jan 15, 2024
1 parent f031a03 commit c2b7fd2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:
group: linux-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true


jobs:
test-linux-py310:
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -41,6 +41,8 @@ jobs:
run: tox -e py310,check
test-linux-py37:
runs-on: ubuntu-20.04
env:
PYTHON_VERSION: '3.11'
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -51,7 +53,7 @@ jobs:
- name: Install python
uses: actions/setup-python@v4
with:
python-version: '3.7'
python-version: ${{ env.PYTHON_VERSION }}
- name: Show OS version
run: cat /etc/os-release
- run: printenv
Expand Down

0 comments on commit c2b7fd2

Please sign in to comment.