Skip to content

Commit

Permalink
Remove all env vars.
Browse files Browse the repository at this point in the history
  • Loading branch information
awalsh128 committed Mar 3, 2024
1 parent 63549b0 commit 13c3cff
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/isolated_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ on:

env:
DEBUG: ${{ github.event.inputs.debug || false }}
USE_CACHE: true
DOCUMENTATION_CNAME: docs.pyvista.org
PYDEVD_DISABLE_FILE_VALIDATION: 1
PYVISTA_OFF_SCREEN: True
ALLOW_PLOTTING: true
# USE_CACHE: true
# DOCUMENTATION_CNAME: docs.pyvista.org
# PYDEVD_DISABLE_FILE_VALIDATION: 1
# PYVISTA_OFF_SCREEN: True
# ALLOW_PLOTTING: true
# SHELLOPTS: errexit:pipefail
# pythonLocation: /opt/hostedtoolcache/Python/3.12.2/x64
# PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.12.2/x64/lib/pkgconfig
Expand Down

0 comments on commit 13c3cff

Please sign in to comment.