Skip to content

Commit 31b0c75

Browse files
committed
pull-request: install packaging dep
1 parent 3448f24 commit 31b0c75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: sudo apt-get update && sudo apt-get install chromium-chromedriver
2626
- name: Install dependencies
2727
run: |
28-
python${{ matrix.python-version }} -m pip install --upgrade pip
28+
python${{ matrix.python-version }} -m pip install --upgrade pip packaging
2929
python${{ matrix.python-version }} -m pip install `grep numpy== requirements/ubuntu-latest_py${{ matrix.python-version }}_extras.txt`
3030
python${{ matrix.python-version }} -m pip install -r requirements/ubuntu-latest_py${{ matrix.python-version }}_extras.txt
3131
python${{ matrix.python-version }} -m pip install --no-deps .

0 commit comments

Comments
 (0)