Skip to content

Commit

Permalink
MAINT: Upgrade software stack (#372)
Browse files Browse the repository at this point in the history
* MAINT: Upgrade to anaconda==2023.09 + py311 + quantecon0book-theme==0.6.0

* TMP: disable build cache

* remove direct to the old site

* re-enable cache

---------

Co-authored-by: Humphrey Yang <[email protected]>
  • Loading branch information
mmcky and HumphreyYang authored Oct 11, 2023
1 parent f2c9cba commit 5df86a9
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
needs: deploy-runner
runs-on: [self-hosted, cml-gpu]
container:
image: docker://mmcky/quantecon-lecture-python:cuda-12.1.0-anaconda-2023-03-py310
image: docker://mmcky/quantecon-lecture-python:cuda-12.1.0-anaconda-2023-09-py311
options: --gpus all
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
needs: deploy-runner
runs-on: [self-hosted, cml-gpu]
container:
image: docker://mmcky/quantecon-lecture-python:cuda-12.1.0-anaconda-2023-03-py310
image: docker://mmcky/quantecon-lecture-python:cuda-12.1.0-anaconda-2023-09-py311
options: --gpus all
steps:
- uses: actions/checkout@v3
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/execution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
python-version: ["3.10"]
python-version: ["3.11"]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
fail-fast: false
matrix:
os: ["macos-latest"]
python-version: ["3.10"]
python-version: ["3.11"]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
# fail-fast: false
# matrix:
# os: ["windows-latest"]
# python-version: ["3.10"]
# python-version: ["3.11"]
# steps:
# - name: Checkout
# uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linkcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
python-version: ["3.10"]
python-version: ["3.11"]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -23,7 +23,7 @@ jobs:
auto-update-conda: true
auto-activate-base: true
miniconda-version: 'latest'
python-version: '3.10'
python-version: '3.11'
environment-file: environment.yml
activate-environment: quantecon
- name: Download "build" folder (cache)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
needs: deploy-runner
runs-on: [self-hosted, cml-gpu]
container:
image: docker://mmcky/quantecon-lecture-python:cuda-12.1.0-anaconda-2023-03-py310
image: docker://mmcky/quantecon-lecture-python:cuda-12.1.0-anaconda-2023-09-py311
options: --gpus all
steps:
- name: Checkout
Expand Down
7 changes: 4 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ name: quantecon
channels:
- default
dependencies:
- python=3.10
- anaconda=2023.03
- python=3.11
- anaconda=2023.09
- pip
- pip:
- jupyter-book==0.15.1
- quantecon-book-theme==0.4.1
- docutils==0.17.1
- quantecon-book-theme==0.6.0
- sphinx-tojupyter==0.3.0
- sphinxext-rediraffe==0.2.7
- sphinx-exercise==0.4.1
Expand Down
7 changes: 1 addition & 6 deletions lectures/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,4 @@ This website presents a set of lectures on quantitative economic modeling, desig
[Thomas J. Sargent](http://www.tomsargent.com/) and [John Stachurski](https://johnstachurski.net/).

```{tableofcontents}
```


```{admonition} Previous website
While this new site will receive all future updates, you may still view the [old site here](https://d6mtww49nma8j.cloudfront.net/) for the next month.
```
```

0 comments on commit 5df86a9

Please sign in to comment.