Skip to content

Commit

Permalink
Modify job to run from PR branch
Browse files Browse the repository at this point in the history
  • Loading branch information
lbianchi-lbl committed Oct 4, 2023
1 parent 0df3167 commit 856f994
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/nightlies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ jobs:
- win64
- macos
foqus-install-target:
- stable
- master
- branch
examples-release:
- '3.9.0'
include:
Expand All @@ -47,8 +46,8 @@ jobs:
os-version: windows-2019
- foqus-install-target: stable
pip-install-target: ccsi-foqus
- foqus-install-target: master
pip-install-target: https://github.com/CCSI-Toolset/FOQUS/archive/master.zip
- foqus-install-target: branch
pip-install-target: https://github.com/lbianchi-lbl/FOQUS/archive/issue-1172.zip
- foqus-install-target: stable
os: win64
python-version: '3.8'
Expand Down

0 comments on commit 856f994

Please sign in to comment.