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

Commit 60a0e6a

Browse files
authored
use pipenv
1 parent 30feec9 commit 60a0e6a

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
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install dependencies
2828
run: |
2929
python -m pip install --upgrade pip
30-
python -m pip install --upgrade build
30+
python -m pip install pipenv
3131
# python -m pip install flake8 pytest
3232
# if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3333
# - name: Lint with flake8
@@ -39,7 +39,7 @@ jobs:
3939
- name: Test with unittest
4040
run: |
4141
cd packages/pythonlab_setup
42-
python -m build
42+
pipenv install
4343
cd pythonlab_setup
4444
python -m unittest
4545
pwd

0 commit comments

Comments
 (0)