Skip to content

Commit 281e3e8

Browse files
committed
fix: attempt to make GitHub Actions work #3
1 parent e27fc47 commit 281e3e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
python-version: ${{ matrix.python-version }}
3030
- name: Install dependencies
3131
run: |
32-
python -m pip install --upgrade pip
32+
python -m pip install --upgrade pip pipenv
3333
make dev
3434
working-directory: ./python/
3535
- name: Formatting and Linting

0 commit comments

Comments
 (0)