From 8403d645926598242b0afaf76011f791d399b9dc Mon Sep 17 00:00:00 2001 From: mmcky Date: Mon, 11 Nov 2024 12:24:38 +1100 Subject: [PATCH 1/3] MAINT: upgrade to anaconda=2024.10 --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 02f3286a..f453b6d5 100644 --- a/environment.yml +++ b/environment.yml @@ -4,7 +4,7 @@ channels: - conda-forge dependencies: - python=3.12 - - anaconda=2024.06 + - anaconda=2024.10 - pip - pip: - jupyter-book==0.15.1 From 3543206d52bf820e1fc89a883ef9abd730943ff5 Mon Sep 17 00:00:00 2001 From: mmcky Date: Mon, 11 Nov 2024 15:26:45 +1100 Subject: [PATCH 2/3] tmp: disable build 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 74d2957b..c6657566 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,13 +37,13 @@ jobs: - name: Display Pip Versions shell: bash -l {0} run: pip list - - name: Download "build" folder (cache) - uses: dawidd6/action-download-artifact@v6 - with: - workflow: cache.yml - branch: main - name: build-cache - path: _build + # - name: Download "build" folder (cache) + # uses: dawidd6/action-download-artifact@v6 + # with: + # workflow: cache.yml + # branch: main + # name: build-cache + # path: _build # Build Assets (Download Notebooks and PDF via LaTeX) - name: Build PDF from LaTeX shell: bash -l {0} From d93d0d1e4b490d15a24a20daade3caddc25b41d3 Mon Sep 17 00:00:00 2001 From: mmcky Date: Mon, 11 Nov 2024 16:59:31 +1100 Subject: [PATCH 3/3] Revert "tmp: disable build cache" This reverts commit 3543206d52bf820e1fc89a883ef9abd730943ff5. --- .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 c6657566..74d2957b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,13 +37,13 @@ jobs: - name: Display Pip Versions shell: bash -l {0} run: pip list - # - name: Download "build" folder (cache) - # uses: dawidd6/action-download-artifact@v6 - # with: - # workflow: cache.yml - # branch: main - # name: build-cache - # path: _build + - name: Download "build" folder (cache) + uses: dawidd6/action-download-artifact@v6 + with: + workflow: cache.yml + branch: main + name: build-cache + path: _build # Build Assets (Download Notebooks and PDF via LaTeX) - name: Build PDF from LaTeX shell: bash -l {0}