Skip to content

Commit 48e163e

Browse files
committed
CI: separate install/tests
1 parent 2675a37 commit 48e163e

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/examples.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,8 @@ jobs:
2020
- name: Install dependencies
2121
run: pip install -r requirements.txt
2222

23+
- name: Install
24+
run: pip install .
25+
2326
- name: Test
24-
run: python setup.py pytest --doctest-modules
27+
run: pytest --doctest-modules

.github/workflows/exercise.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
- name: Install dependencies
2121
run: pip install -r requirements.txt
2222

23-
- name: Test
24-
run: python setup.py pytest
23+
- name: Install
24+
run: pip install .

0 commit comments

Comments
 (0)