Skip to content

Commit

Permalink
fix yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys committed Nov 20, 2023
1 parent 3cad0b5 commit 31b7ac9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/test_pyaedt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,23 +51,23 @@ jobs:
- name: "Update pip"
run: |
.\.venv\Scripts\Activate.ps1
python -m pip install -U pip
.\.venv\Scripts\Activate.ps1
python -m pip install -U pip
- name: "Install Pyedb"
run: |
.\.venv\Scripts\Activate.ps1
python -m pip install src/pyedb
.\.venv\Scripts\Activate.ps1
python -m pip install src/pyedb
- name: "Install Pyaedt"
run: |
.\.venv\Scripts\Activate.ps1
python -m pip install src/pyaedt
.\.venv\Scripts\Activate.ps1
python -m pip install src/pyaedt
- name: "Install Pyaedt test dependencies"
run: |
.\.venv\Scripts\Activate.ps1
python -m pip install src/pyaedt[tests]
.\.venv\Scripts\Activate.ps1
python -m pip install src/pyaedt[tests]
- name: 'Pyaedt tests'
uses: nick-fields/retry@v2
Expand Down

0 comments on commit 31b7ac9

Please sign in to comment.