There was an error while loading. Please reload this page.
1 parent fa96b13 commit c6e37faCopy full SHA for c6e37fa
1 file changed
.github/workflows/wheels-nightly.yml
@@ -32,6 +32,11 @@ jobs:
32
- name: Save commit ref
33
id: save-commit
34
run: |
35
+
36
+ # === TEMPORARY: build hines/nrn-PIE-idraw-fix ===
37
+ echo "commit=hines/nrn-PIE-idraw-fix" >> "$GITHUB_OUTPUT"
38
+ # ===============================================
39
40
commit="${{ github.event.inputs.commit }}"
41
if [[ -n "${commit}" ]]; then
42
echo "commit=${commit}" >> "$GITHUB_OUTPUT"
0 commit comments