We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2675a37 commit 48e163eCopy full SHA for 48e163e
.github/workflows/examples.yml
@@ -20,5 +20,8 @@ jobs:
20
- name: Install dependencies
21
run: pip install -r requirements.txt
22
23
+ - name: Install
24
+ run: pip install .
25
+
26
- name: Test
- run: python setup.py pytest --doctest-modules
27
+ run: pytest --doctest-modules
.github/workflows/exercise.yml
@@ -20,5 +20,5 @@ jobs:
- - name: Test
- run: python setup.py pytest
0 commit comments