From 5c47ea5cdbd5bc31ac1427e649510c915dd20836 Mon Sep 17 00:00:00 2001 From: mmcky Date: Mon, 12 Aug 2024 12:18:13 +1000 Subject: [PATCH] MAINT: update to use anaconda=2024.06 --- .github/workflows/cache.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/publish.yml | 2 +- environment.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cache.yml b/.github/workflows/cache.yml index 36dee13..a5edb46 100644 --- a/.github/workflows/cache.yml +++ b/.github/workflows/cache.yml @@ -7,7 +7,7 @@ jobs: cache: runs-on: ubuntu-latest-gpu container: - image: ghcr.io/quantecon/lecture-python-container:cuda-12.5.0-anaconda-2024-02-py311 + image: ghcr.io/quantecon/lecture-python-container:cuda-12.5.0-anaconda-2024-06-py311 options: --gpus all steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ead303..b14d70a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ jobs: preview: runs-on: ubuntu-latest-gpu container: - image: ghcr.io/quantecon/lecture-python-container:cuda-12.5.0-anaconda-2024-02-py311 + image: ghcr.io/quantecon/lecture-python-container:cuda-12.5.0-anaconda-2024-06-py311 options: --gpus all steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a168715..c9d2441 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -8,7 +8,7 @@ jobs: if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') runs-on: ubuntu-latest-gpu container: - image: ghcr.io/quantecon/lecture-python-container:cuda-12.5.0-anaconda-2024-02-py311 + image: ghcr.io/quantecon/lecture-python-container:cuda-12.5.0-anaconda-2024-06-py311 options: --gpus all steps: - name: Checkout diff --git a/environment.yml b/environment.yml index 28cb889..a460757 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