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

Commit bb9d333

Browse files
authored
test module?
1 parent 525bebd commit bb9d333

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ 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 packages/pythonlab_setup
41-
python -m unittest packages/unittest_runner
40+
python -m unittest pythonlab_setup
41+
# python -m unittest packages/unittest_runner

0 commit comments

Comments
 (0)