Skip to content

Commit

Permalink
Use pyvista[test] to install pyvista test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoyama010 authored Jan 2, 2025
1 parent 053875a commit 707ff1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
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 707ff1e

Please sign in to comment.