Skip to content

Commit

Permalink
Try always using python 3.11 for system tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanlatr committed Sep 24, 2023
1 parent 55d503c commit f827df8
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/system.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,9 @@ jobs:
- uses: actions/checkout@v2

- name: Set up CPython
if: ${{ matrix.tox_target == 'python-igraph-apidocs' }}
uses: actions/setup-python@v2
with:
python-version: '3.8'

- name: Set up PyPy
if: ${{ matrix.tox_target != 'python-igraph-apidocs' }}
uses: actions/setup-python@v2
with:
python-version: 'pypy-3.6'
python-version: '3.11'

- name: Install tox
run: |
Expand Down

0 comments on commit f827df8

Please sign in to comment.