Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
dave3d committed Aug 13, 2024
1 parent e4e36a4 commit 36471b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --statistics
- name: Run tests
run: |
python -m unittest tests/test_glbutils.py tests/test_glb2mesh.py tests/test_mesh2glb.py
sh run_tests.sh
macos:

runs-on: macos-latest
Expand All @@ -50,4 +50,4 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Run tests
run: |
python -m unittest tests/test_glbthumb.py
sh run_tests.sh

0 comments on commit 36471b7

Please sign in to comment.