Skip to content

Commit

Permalink
ci: fix python pip
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgepiloto committed Jun 14, 2024
1 parent 3ada644 commit 6947db8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_cd_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ jobs:
- name: "Install project dependencies"
run: |
python pip install --upgrade pip
python pip install .[doc-no-examples]
python -m pip install --upgrade pip
python -m pip install .[doc-no-examples]
# TODO: Update this step once pyaedt-examples is ready
- name: "Build HTML documentation without examples"
Expand Down

0 comments on commit 6947db8

Please sign in to comment.