Skip to content

Commit

Permalink
Try to fix test build on CI
Browse files Browse the repository at this point in the history
For whatever reason, it's not finding the lib module. Adding
tests/__init__.py is recommended.
  • Loading branch information
AndrewRadev committed Dec 2, 2024
1 parent 758e737 commit f34bfe9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
- name: Run library tests
run: |
micromamba run -n protein-runway python tests/*.py
micromamba run -n protein-runway python -m unittest tests/*_test.py
- name: Run blender tests
run: |
cd blender/extension/
micromamba run -n protein-runway python tests/*.py
micromamba run -n protein-runway python -m unittest tests/*_test.py
Empty file added tests/__init__.py
Empty file.

0 comments on commit f34bfe9

Please sign in to comment.