Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dalthviz committed Dec 16, 2024
1 parent eabfa79 commit 2001cec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,15 @@ jobs:
- name: Install dependencies including tox-conda
if: matrix.tool == 'conda'
shell: bash -el {0}
run: |
python -m pip install --upgrade pip
python -m pip install setuptools 'tox<4' tox-gh-actions tox-conda
- name: Test with tox
uses: aganders3/headless-gui@v2
with:
shell: bash -el {0}
run: python -m tox -vv
env:
PYVISTA_OFF_SCREEN: True # required for opengl on windows
Expand Down

0 comments on commit 2001cec

Please sign in to comment.