Skip to content

Commit

Permalink
add mkdir for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
MorvanZhou committed Oct 9, 2023
1 parent 4c3ada4 commit 82b45cc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test
run: |
mkdir -p tests/tmp
python -m unittest discover -s tests -t . -p "test_*.py"
build-mac:
Expand Down Expand Up @@ -69,7 +68,6 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test
run: |
mkdir -p tests/tmp
python -m unittest discover -s tests -t . -p "test_*.py"
build-win:
Expand Down

0 comments on commit 82b45cc

Please sign in to comment.