Skip to content

Commit

Permalink
FIX: Wrong virtual env path
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys committed Mar 18, 2024
1 parent 26d2dcb commit c885d0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_python_version.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Documentation Build
name: Use test target with multiple python version

on: [pull_request, workflow_dispatch]

Expand All @@ -10,7 +10,7 @@ concurrency:
jobs:

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

0 comments on commit c885d0a

Please sign in to comment.