We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a9a1d0 commit 8042954Copy full SHA for 8042954
.github/workflows/python-package.yml
@@ -31,7 +31,7 @@ jobs:
31
python -m pip install setuptools wheel
32
- name: Test with unittest
33
run: | # it has to build and install yacpl locally first :yui_eyes:
34
- cd yacpl
35
python -m pip install -e .
+ cd yacpl
36
python -m unittest discover -s ./tests -p "*_test.py"
37
0 commit comments