From d1a7ebf11456bdf4391c5baa62430d812deed8db Mon Sep 17 00:00:00 2001 From: mmcky Date: Sun, 4 Aug 2024 11:51:26 +1000 Subject: [PATCH 1/3] ENH: update anaconda==2024.06 --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index ef4c3bf36..1a18e3c14 100644 --- a/environment.yml +++ b/environment.yml @@ -3,7 +3,7 @@ channels: - default dependencies: - python=3.11 - - anaconda=2024.02 + - anaconda=2024.06 - pip - pip: - jupyter-book==0.15.1 From 957b4f12a4526b0f9128234c0cbeed9ce4b7f0fe Mon Sep 17 00:00:00 2001 From: mmcky Date: Sun, 4 Aug 2024 13:11:17 +1000 Subject: [PATCH 2/3] TST: run all lectures no cache --- .github/workflows/ci.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 993bd5e5d..58d4ff81a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,13 +40,13 @@ jobs: - name: Display Pip Versions shell: bash -l {0} run: pip list - - name: Download "build" folder (cache) - uses: dawidd6/action-download-artifact@v2 - with: - workflow: cache.yml - branch: main - name: build-cache - path: _build + # - name: Download "build" folder (cache) + # uses: dawidd6/action-download-artifact@v2 + # with: + # workflow: cache.yml + # branch: main + # name: build-cache + # path: _build # Build Assets (Download Notebooks and PDF via LaTeX) - name: Build Download Notebooks (sphinx-tojupyter) shell: bash -l {0} From 1f1ecba8836598ff5153e9afa92a8138039f23b9 Mon Sep 17 00:00:00 2001 From: mmcky Date: Mon, 5 Aug 2024 08:35:17 +1000 Subject: [PATCH 3/3] Revert "TST: run all lectures no cache" This reverts commit 957b4f12a4526b0f9128234c0cbeed9ce4b7f0fe. --- .github/workflows/ci.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 58d4ff81a..993bd5e5d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,13 +40,13 @@ jobs: - name: Display Pip Versions shell: bash -l {0} run: pip list - # - name: Download "build" folder (cache) - # uses: dawidd6/action-download-artifact@v2 - # with: - # workflow: cache.yml - # branch: main - # name: build-cache - # path: _build + - name: Download "build" folder (cache) + uses: dawidd6/action-download-artifact@v2 + with: + workflow: cache.yml + branch: main + name: build-cache + path: _build # Build Assets (Download Notebooks and PDF via LaTeX) - name: Build Download Notebooks (sphinx-tojupyter) shell: bash -l {0}