Skip to content

Commit

Permalink
MAINT: Upgrade to anaconda=2024.10 (#194)
Browse files Browse the repository at this point in the history
* update to use anaconda=2024.10

* tmp: disable build cache

* update docker in all workflows

* re-enable build cache

* fix build cache issue
  • Loading branch information
mmcky authored Nov 12, 2024
1 parent 49bb12b commit f9dd629
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
cache:
runs-on: ubuntu-latest-gpu
container:
image: ghcr.io/quantecon/lecture-python-container:cuda-12.6.0-anaconda-2024-06-py312
image: ghcr.io/quantecon/lecture-python-container:cuda-12.6.0-anaconda-2024-10-py312
options: --gpus all
steps:
- uses: actions/checkout@v4
Expand All @@ -27,4 +27,5 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: build-cache
path: _build
path: _build
include-hidden-files: true
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
preview:
runs-on: ubuntu-latest-gpu
container:
image: ghcr.io/quantecon/lecture-python-container:cuda-12.6.0-anaconda-2024-06-py312
image: ghcr.io/quantecon/lecture-python-container:cuda-12.6.0-anaconda-2024-10-py312
options: --gpus all
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.0-anaconda-2024-06-py312
image: ghcr.io/quantecon/lecture-python-container:cuda-12.6.0-anaconda-2024-10-py312
options: --gpus all
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- default
dependencies:
- python=3.12
- anaconda=2024.06
- anaconda=2024.10
- pip
- pip:
- jupyter-book==0.15.1
Expand Down

0 comments on commit f9dd629

Please sign in to comment.