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

Commit 926d150

Browse files
authored
folder change
1 parent 2927c37 commit 926d150

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ jobs:
3838
# flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
3939
- name: Test with unittest
4040
run: |
41-
cd packages/pythonlab_setup/pythonlab_setup
41+
cd packages/pythonlab_setup
4242
python -m build
43+
cd pythonlab_setup
4344
python -m unittest
4445
pwd
4546
cd .

0 commit comments

Comments
 (0)