We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3f8ecd commit 570e2fdCopy full SHA for 570e2fd
.github/workflows/tests.yml
@@ -90,16 +90,16 @@ jobs:
90
runs-on: ${{ matrix.os }}
91
strategy:
92
matrix:
93
- os: ['ubuntu-20.04']
94
- python-version: [3.8, 3.9, "3.10"]
+ os: ['ubuntu-22.04']
+ python-version: ['3.8', '3.9', '3.10', '3.11']
95
check: ['test']
96
pip-flags: ['']
97
depends: ['REQUIREMENTS']
98
deb-depends: [false]
99
nipype-extras: ['doc,tests,profiler']
100
include:
101
- - os: ubuntu-20.04
102
- python-version: 3.8
+ - os: ubuntu-22.04
+ python-version: '3.8'
103
check: test
104
pip-flags: ''
105
depends: REQUIREMENTS
0 commit comments