Skip to content

Commit

Permalink
MAINT: upgrade anaconda=2024.10 (#419)
Browse files Browse the repository at this point in the history
* MAINT: upgrade to anaconda=2024.10

* tmp: disable build cache

* Revert "tmp: disable build cache"

This reverts commit b4395cb.

* use updated docker on all and remove old execution checker
  • Loading branch information
mmcky authored Nov 12, 2024
1 parent 1ead0a6 commit bc7a5cb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 116 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
cache:
runs-on: quantecon-gpu-runner
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/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
preview:
runs-on: quantecon-gpu-runner
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
111 changes: 0 additions & 111 deletions .github/workflows/execution.yml

This file was deleted.

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: quantecon-gpu-runner
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
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ channels:
- default
dependencies:
- python=3.12
- anaconda=2024.06
- anaconda=2024.10
- pip
- pip:
- jupyter-book==0.15.1
- docutils==0.17.1
- quantecon-book-theme==0.7.1
- quantecon-book-theme==0.7.2
- sphinx-reredirects==0.1.3
- sphinx-tojupyter==0.3.0
- sphinxext-rediraffe==0.2.7
Expand Down

0 comments on commit bc7a5cb

Please sign in to comment.