Skip to content

Commit 406becb

Browse files
Birger SchachtSebastian Wagner
authored andcommitted
TST: GH Worflow: Run the install step only for the base nosetests
because for the full tests, it is already run during the setup-full.sh script run.
1 parent c083a6c commit 406becb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nosetests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
run: pip install nose Cerberus pyyaml requests_mock coverage codecov
6565

6666
- name: Install dependencies
67+
if: ${{ matrix.type == 'basic' }}
6768
run: pip install -e .
6869

6970
- name: Run basic testsuite

0 commit comments

Comments
 (0)