/ concept-collection / turing-surface
concept-collection / turing-surface
Pin numbl at the multi-output external lowering
The grouped-transform syntax ([a, b] = synth(x, y)) needs numbl's mtoc2-multi-assign branch (flatironinstitute/numbl#62). Re-pin once that lands, since a squash-merge will change the hash.
Dan Fortunato <dan.fortunato@gmail.com> committed commit bb3e4bee02b6 parent e4d6a3b Browse files
2 changed files+2−2
.github/workflows/ci.ymlmodified+1−1View file
@@ -24,7 +24,7 @@ jobs:
2424 # node_modules.
2525 - name: Check out numbl (sibling dependency)
2626 env:
27- NUMBL_REF: 38ce14046d64d03ecf05cb57def53057a6bc64ab
27+ NUMBL_REF: 603524067561dec5952f004b0c6cbd20ea71430a
2828 run: |
2929 git clone --filter=blob:none --no-checkout \
3030 https://github.com/flatironinstitute/numbl.git "$GITHUB_WORKSPACE/../../numbl"
.github/workflows/deploy.ymlmodified+1−1View file
@@ -36,7 +36,7 @@ jobs:
3636 # node_modules.
3737 - name: Check out numbl (sibling dependency)
3838 env:
39- NUMBL_REF: 38ce14046d64d03ecf05cb57def53057a6bc64ab
39+ NUMBL_REF: 603524067561dec5952f004b0c6cbd20ea71430a
4040 run: |
4141 git clone --filter=blob:none --no-checkout \
4242 https://github.com/flatironinstitute/numbl.git "$GITHUB_WORKSPACE/../../numbl"