Skip to content

Commit ec99723

Browse files
committed
Update main.yml
1 parent ea369bb commit ec99723

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
fi
5252
5353
pytest-nosoftdeps:
54+
needs: code-quality
5455
name: nosoftdeps (${{ matrix.python-version }}, ${{ matrix.os }})
5556
runs-on: ${{ matrix.os }}
5657
env:
@@ -103,7 +104,7 @@ jobs:
103104
flake8 --show-source --statistics .
104105
105106
pytest:
106-
needs: code-quality
107+
needs: pytest-nosoftdeps
107108
name: py${{ matrix.python-version }} on ${{ matrix.os }}
108109
runs-on: ${{ matrix.os }}
109110
env:
@@ -193,8 +194,8 @@ jobs:
193194
fail_ci_if_error: true
194195

195196
notebooks:
196-
runs-on: ubuntu-latest
197197
needs: code-quality
198+
runs-on: ubuntu-latest
198199

199200
strategy:
200201
matrix:

0 commit comments

Comments
 (0)