Skip to content

Commit 223360b

Browse files
Merge branch 'main' into fix_issue1176
2 parents 85fa093 + 5516fd2 commit 223360b

File tree

8 files changed

+40655
-966
lines changed

8 files changed

+40655
-966
lines changed

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: 'Install pyaedt'
4747
run: |
4848
testenv\Scripts\Activate.ps1
49-
pip install . --use-feature=in-tree-build
49+
pip install .
5050
pip install -r requirements_test.txt
5151
pip install pytest-azurepipelines
5252
Copy-Item -Path "C:\actions-runner\opengl32.dll" -Destination "testenv\Lib\site-packages\vtkmodules" -Force

0 commit comments

Comments
 (0)