Skip to content

Commit

Permalink
install optional packages to ensure no tests are skipped
Browse files Browse the repository at this point in the history
  • Loading branch information
schaubh committed Dec 15, 2024
1 parent 16fc67a commit e91a741
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
- name: "Install requirements_dev.txt"
run: source .venv/bin/activate && pip3 install -r requirements_dev.txt
- name: "Build basilisk"
run: source .venv/bin/activate && python3 conanfile.py --opNav True
run: source .venv/bin/activate && python3 conanfile.py --opNav True --allOptPkg

- name: "Run Python Tests"
run: |
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
shell: pwsh
run: |
venv\Scripts\activate
python conanfile.py --opNav True
python conanfile.py --opNav True --allOptPkg
- name: "Run Python Tests"
shell: pwsh
run: |
Expand Down

0 comments on commit e91a741

Please sign in to comment.