Skip to content

Commit 198eba2

Browse files
committed
fix the github action pipeline
1 parent 12c21b2 commit 198eba2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ jobs:
1919
python-version: ${{ matrix.python-version }}
2020
- name: Install dependencies
2121
run: |
22-
python -m pip install --upgrade pip
23-
pip install -r requirements.txt
22+
pip install pipenv
23+
pipenv install

0 commit comments

Comments
 (0)