Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys committed Nov 23, 2023
1 parent 73aa35c commit cf62a2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_pyaedt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: "Install Pyedb"
run: |
.\.venv\Scripts\Activate.ps1
python -m pip install .
pip install --no-cache-dir .
- name: "Clone pyaedt on specific branch"
uses: actions/checkout@v4
Expand All @@ -67,12 +67,12 @@ jobs:
- name: "Install Pyaedt"
run: |
.\.venv\Scripts\Activate.ps1
python -m pip install external/pyaedt[full]
pip install --no-cache-dir external/pyaedt[full]
- name: "Install Pyaedt test dependencies"
run: |
.\.venv\Scripts\Activate.ps1
python -m pip install external/pyaedt[tests]
pip install --no-cache-dir external/pyaedt[tests]
- name: 'Pyaedt tests with plot'
uses: nick-fields/retry@v2
Expand Down

0 comments on commit cf62a2c

Please sign in to comment.