Skip to content

Commit c6e37fa

Browse files
committed
TEMP: test wheel build from hines/nrn-PIE-idraw-fix
1 parent fa96b13 commit c6e37fa

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/wheels-nightly.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ jobs:
3232
- name: Save commit ref
3333
id: save-commit
3434
run: |
35+
36+
# === TEMPORARY: build hines/nrn-PIE-idraw-fix ===
37+
echo "commit=hines/nrn-PIE-idraw-fix" >> "$GITHUB_OUTPUT"
38+
# ===============================================
39+
3540
commit="${{ github.event.inputs.commit }}"
3641
if [[ -n "${commit}" ]]; then
3742
echo "commit=${commit}" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)