We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bf081a commit 6ffe61dCopy full SHA for 6ffe61d
.github/workflows/python-package.yml
@@ -38,5 +38,6 @@ jobs:
38
# flake8 . --count --exit-zero --max-complexity=10 --max-line-length=120 --statistics
39
- name: Test with tox or pytest
40
run: |
41
+ mkdir -p build
42
if [ -f tox.ini ]; then tox ; else pytest; fi
43
0 commit comments