Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys committed Nov 22, 2023
1 parent f7387d8 commit f8e7efc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test_pyaedt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ jobs:
path: "external/pyaedt"
ref: "maint/use_pyedb"

- name: "Install vtk"
run: |
.\.venv\Scripts\Activate.ps1
python -m pip install vtk
python -c "import vtk; print(vtk.VTK_VERSION)"
- name: "Install Pyaedt"
run: |
.\.venv\Scripts\Activate.ps1
Expand Down

0 comments on commit f8e7efc

Please sign in to comment.