Skip to content

Commit b3de74f

Browse files
committed
CI: Minor fixups to stable tests
1 parent 8d53b50 commit b3de74f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,6 @@ jobs:
107107

108108
steps:
109109
- uses: actions/checkout@v3
110-
with:
111-
submodules: recursive
112-
fetch-depth: 0
113110
- name: Set up Python ${{ matrix.python-version }}
114111
uses: actions/setup-python@v4
115112
with:
@@ -124,7 +121,7 @@ jobs:
124121
echo "ARCHIVE=$ARCHIVE" >> $GITHUB_ENV
125122
- name: Install Debian dependencies
126123
run: tools/ci/install_deb_dependencies.sh
127-
if: ${{ matrix.os == 'ubuntu-18.04' }}
124+
if: ${{ matrix.os == 'ubuntu-latest' }}
128125
- name: Install dependencies
129126
run: tools/ci/install_dependencies.sh
130127
- name: Install Nipype

0 commit comments

Comments
 (0)