Skip to content

Commit

Permalink
Insall PyVista.
Browse files Browse the repository at this point in the history
  • Loading branch information
gha3mi committed Apr 15, 2024
1 parent 47853ea commit 5b11500
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/fpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ jobs:
if: contains(matrix.os, 'macos')
run: brew install gcc@10

- name: Install Python and PyVista
uses: actions/setup-python@v5
with:
python-version: '3.10'
run: pip install pyvista

- name: Run Tests (Debug)
run: |
fpm test --profile debug --compiler ${{ env.FC}}
Expand Down

0 comments on commit 5b11500

Please sign in to comment.