Skip to content

Commit 6ffe61d

Browse files
committed
Create build dir before runnint GitHub actions
1 parent 2bf081a commit 6ffe61d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,6 @@ jobs:
3838
# flake8 . --count --exit-zero --max-complexity=10 --max-line-length=120 --statistics
3939
- name: Test with tox or pytest
4040
run: |
41+
mkdir -p build
4142
if [ -f tox.ini ]; then tox ; else pytest; fi
4243

0 commit comments

Comments
 (0)