Skip to content

Commit c885d0a

Browse files
committed
FIX: Wrong virtual env path
1 parent 26d2dcb commit c885d0a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test_python_version.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Documentation Build
1+
name: Use test target with multiple python version
22

33
on: [pull_request, workflow_dispatch]
44

@@ -10,7 +10,7 @@ concurrency:
1010
jobs:
1111

1212
smoke-tests-with-install-target:
13-
name: Tests | Python ${{ matrix.python-version }} | Target ${{ matrix.install_target}})
13+
name: Tests | Python ${{ matrix.python-version }}
1414
runs-on: [Windows, self-hosted, pyaedt]
1515
strategy:
1616
fail-fast: false
@@ -38,7 +38,7 @@ jobs:
3838
.venv\Scripts\Activate.ps1
3939
pip install .
4040
pip install .[tests]
41-
Copy-Item -Path "C:\actions-runner\opengl32.dll" -Destination "testenv_s\Lib\site-packages\vtkmodules" -Force
41+
Copy-Item -Path "C:\actions-runner\opengl32.dll" -Destination ".venv\Lib\site-packages\vtkmodules" -Force
4242
python -c "import pyaedt; print('Imported pyaedt')"
4343
4444
- name: 'Unit testing'

0 commit comments

Comments
 (0)