Skip to content

Commit

Permalink
Use pyvista[test] to install pyvista test dependencies (#152)
Browse files Browse the repository at this point in the history
* Use pyvista[test] to install pyvista test dependencies

* Update ci_cd.yml

* Update ci_cd.yml
  • Loading branch information
tkoyama010 authored Jan 2, 2025
1 parent 053875a commit 43dfc3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- uses: awalsh128/cache-apt-pkgs-action@v1.1.3
with:
packages: libgl1-mesa-glx xvfb
packages: libosmesa6-dev libgl1-mesa-dev python3-tk pandoc git-restore-mtime
version: 3.0

- name: Build Documentation
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:

- uses: awalsh128/cache-apt-pkgs-action@v1.1.3
with:
packages: libgl1-mesa-glx xvfb python-tk
packages: libosmesa6-dev libgl1-mesa-dev python3-tk pandoc git-restore-mtime
version: 3.0

- name: Software Report
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
run: pip install -ve .
working-directory: pyvista
- name: Install pyvista test requirements
run: pip install -v -r requirements_test.txt
run: pip install -v pyvista[test]
working-directory: pyvista
- name: Install pytest-pyvista
run: pip install -ve .
Expand Down

0 comments on commit 43dfc3f

Please sign in to comment.