We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d53b50 commit b3de74fCopy full SHA for b3de74f
.github/workflows/tests.yml
@@ -107,9 +107,6 @@ jobs:
107
108
steps:
109
- uses: actions/checkout@v3
110
- with:
111
- submodules: recursive
112
- fetch-depth: 0
113
- name: Set up Python ${{ matrix.python-version }}
114
uses: actions/setup-python@v4
115
with:
@@ -124,7 +121,7 @@ jobs:
124
121
echo "ARCHIVE=$ARCHIVE" >> $GITHUB_ENV
125
122
- name: Install Debian dependencies
126
123
run: tools/ci/install_deb_dependencies.sh
127
- if: ${{ matrix.os == 'ubuntu-18.04' }}
+ if: ${{ matrix.os == 'ubuntu-latest' }}
128
- name: Install dependencies
129
run: tools/ci/install_dependencies.sh
130
- name: Install Nipype
0 commit comments