/ concept-collection / turing-surface
concept-collection / turing-surface
Use numbl main branch instead of a pinned commit in workflows
Jeremy Magland <jmagland@flatironinstitute.org> committed commit abfe79698db4 parent cbe40a9 Browse files
3 changed files+3−3
.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: main
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: main
4040 run: |
4141 git clone --filter=blob:none --no-checkout \
4242 https://github.com/flatironinstitute/numbl.git "$GITHUB_WORKSPACE/../../numbl"
.github/workflows/preview.ymlmodified+1−1View file
@@ -96,7 +96,7 @@ jobs:
9696 # pinned to the same ref as ci.yml and deploy.yml.
9797 - name: Check out numbl (sibling dependency)
9898 env:
99- NUMBL_REF: 38ce14046d64d03ecf05cb57def53057a6bc64ab
99+ NUMBL_REF: main
100100 run: |
101101 git clone --filter=blob:none --no-checkout \
102102 https://github.com/flatironinstitute/numbl.git "$GITHUB_WORKSPACE/../../numbl"