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

Commit 269bc02

Browse files
authored
more pipenv
1 parent 60a0e6a commit 269bc02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
cd packages/pythonlab_setup
4242
pipenv install
4343
cd pythonlab_setup
44-
python -m unittest
44+
pipenv run python -m unittest
4545
pwd
4646
cd .
4747
pwd

0 commit comments

Comments
 (0)