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 502517e commit 79bdb3bCopy full SHA for 79bdb3b
.github/workflows/tests.yml
@@ -26,7 +26,7 @@ jobs:
26
runs-on: ${{ matrix.os }}
27
strategy:
28
matrix:
29
- os: ['ubuntu-latest']
+ os: ['ubuntu-18.04']
30
python-version: [3.7]
31
check: ['test']
32
pip-flags: ['']
@@ -35,7 +35,7 @@ jobs:
35
nipype-extras: ['doc,tests,profiler']
36
optional-depends: ['DEFAULT_OPT_DEPENDS']
37
include:
38
- - os: ubuntu-latest
+ - os: ubuntu-18.04
39
python-version: 3.8
40
check: test
41
pip-flags: ''
@@ -71,7 +71,7 @@ jobs:
71
echo "ARCHIVE=$ARCHIVE" >> $GITHUB_ENV
72
- name: Install Debian dependencies
73
run: tools/ci/install_deb_dependencies.sh
74
- if: ${{ matrix.os == 'ubuntu-latest' }}
+ if: ${{ matrix.os == 'ubuntu-18.04' }}
75
- name: Install dependencies
76
run: tools/ci/install_dependencies.sh
77
- name: Install Nipype
0 commit comments