Skip to content

Commit 5516fd2

Browse files
authored
Fixed pip install due to 22.1 Update
1 parent 0b0b10b commit 5516fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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)