From dfbf3eb65f66250b4beda3379540c3e9c80db4dd Mon Sep 17 00:00:00 2001 From: mmcky Date: Sun, 30 Mar 2025 10:04:14 +1100 Subject: [PATCH 1/2] TST: full build run --- .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 1c3a7bffd..f2f6a48ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,13 +20,13 @@ jobs: - name: Display Pip Versions shell: bash -l {0} run: pip list - - name: Download "build" folder (cache) - uses: dawidd6/action-download-artifact@v8 - with: - workflow: cache.yml - branch: main - name: build-cache - path: _build + # - name: Download "build" folder (cache) + # uses: dawidd6/action-download-artifact@v8 + # 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 4352f5292b512e7b2ca5119bf88d1de7ac769607 Mon Sep 17 00:00:00 2001 From: mmcky Date: Mon, 31 Mar 2025 09:28:25 +1100 Subject: [PATCH 2/2] upgrade to cuda-12.8.1-anaconda-2024-10-py312 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2f6a48ce..a2ccdc3e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ jobs: preview: runs-on: quantecon-gpu container: - image: ghcr.io/quantecon/lecture-python-container:cuda-12.6.0-anaconda-2024-10-py312-b + image: ghcr.io/quantecon/lecture-python-container:cuda-12.8.1-anaconda-2024-10-py312 options: --gpus all steps: - uses: actions/checkout@v4