Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Commit 92af964

Browse files
authored
Another attempt
1 parent bb9d333 commit 92af964

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,9 @@ jobs:
3737
# flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
3838
- name: Test with unittest
3939
run: |
40-
python -m unittest pythonlab_setup
40+
cd packages/pythonlab_setup/pythonlab_setup
41+
python -m unittest
42+
pwd
43+
cd .
44+
pwd
4145
# python -m unittest packages/unittest_runner

0 commit comments

Comments
 (0)