File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 - name : Show output
4848 run : |
4949 echo '${{ toJSON(steps.changed-files.outputs) }}'
50- shell :
51- bash
52-
50+ shell : bash
5351
5452 pre-commit :
5553 runs-on : ubuntu-latest
@@ -152,7 +150,6 @@ jobs:
152150 type=registry,ref=svcbionemo023/bionemo-build-cache:main
153151 cache-to : ${{ steps.cache.outputs.cache-to }}
154152
155-
156153 run-tests :
157154 needs :
158155 - build-bionemo-image
@@ -167,6 +164,9 @@ jobs:
167164 - name : Checkout repository
168165 uses : actions/checkout@v4
169166
167+ - name : Ensure cache directory exists
168+ run : mkdir -p /root/.cache/bionemo
169+
170170 - name : Cache bionemo test data
171171 uses : actions/cache@v4
172172 with :
@@ -226,7 +226,6 @@ jobs:
226226 chmod +x ./ci/scripts/run_pytest_slow.sh
227227 ./ci/scripts/run_pytest_slow.sh
228228
229-
230229 run-notebooks-docs :
231230 needs :
232231 - build-bionemo-image
You can’t perform that action at this time.
0 commit comments