Skip to content

Commit 4e4c185

Browse files
Update workflows for testing
1 parent c7252fb commit 4e4c185

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/v2-build-branch-dev.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ concurrency:
1010

1111
jobs:
1212
build_dev:
13-
uses: PennyLaneAI/qml/.github/workflows/v2-build-demos.yml@dev
13+
uses: PennyLaneAI/qml/.github/workflows/v2-build-demos.yml@sync-constraints-post-release
1414
with:
15-
ref: dev
15+
ref: sync-constraints-post-release
1616
dev: true
17-
save-artifact: true
17+
save-artifact: false
1818
artifact-name: build-branch-dev
1919
artifact-retention: 3
2020
keep-going: false

.github/workflows/v2-build-branch-master.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ concurrency:
1010

1111
jobs:
1212
build_master:
13-
uses: PennyLaneAI/qml/.github/workflows/v2-build-demos.yml@master
13+
uses: PennyLaneAI/qml/.github/workflows/v2-build-demos.yml@sync-constraints-post-release
1414
with:
15-
ref: master
15+
ref: sync-constraints-post-release
1616
dev: false
17-
save-artifact: true
17+
save-artifact: false
1818
artifact-name: build-branch-master
1919
artifact-retention: 3
20-
keep-going: false
20+
keep-going: true
2121
quiet: false
2222
batch_size: 10
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
flax==0.9.0
1+
flax==0.10.6
22
optax
33
qutip==4.7.3
44
scipy<1.12 # required by qutip

0 commit comments

Comments
 (0)