Skip to content

Commit 7a7d128

Browse files
authored
Update pytest-docs.yml
1 parent 21b7667 commit 7a7d128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: sudo apt-get update && sudo apt-get install chromium-chromedriver
3434
- name: Install dependencies
3535
run: |
36-
python${{ matrix.python-version }} -m pip install --upgrade pip packaging wheel
36+
python${{ matrix.python-version }} -m pip install --upgrade pip packaging wheel cython setuptools
3737
python${{ matrix.python-version }} -m pip install `grep numpy== requirements/ubuntu-latest_py${{ matrix.python-version }}_extras.txt`
3838
python${{ matrix.python-version }} -m pip install -r requirements/ubuntu-latest_py${{ matrix.python-version }}_extras.txt
3939
python${{ matrix.python-version }} -m pip install --upgrade pip

0 commit comments

Comments
 (0)