Skip to content

Commit

Permalink
wf
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmshn committed May 16, 2024
1 parent f49803a commit 26ba67e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pytest-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,13 @@ jobs:
cache: 'pip'
cache-dependency-path: '**/pyproject.toml'
- name: Install webdriver
run: sudo apt-get update && sudo apt-get install firefox
run: sudo apt-get update && sudo apt-get install chromium-chromedriver
- name: Install dependencies
run: |
python${{ matrix.python-version }} -m pip install --upgrade pip packaging wheel
python${{ matrix.python-version }} -m pip install `grep numpy== requirements/ubuntu-latest_py${{ matrix.python-version }}_extras.txt`
python${{ matrix.python-version }} -m pip install -r requirements/ubuntu-latest_py${{ matrix.python-version }}_extras.txt
python${{ matrix.python-version }} -m pip install --upgrade pip
python${{ matrix.python-version }} -m pip install --no-deps .
- name: Build new docs
run: |
Expand Down

0 comments on commit 26ba67e

Please sign in to comment.