Skip to content

Commit 123a763

Browse files
authored
ENH: Update anaconda==2023.03 (#131)
* ENH: Update anaconda==2023.03 * upgrade to python=3.10 * update syntax * re-enable cache
1 parent 78bb7ed commit 123a763

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
auto-update-conda: true
1313
auto-activate-base: true
1414
miniconda-version: 'latest'
15-
python-version: 3.9
15+
python-version: "3.10"
1616
environment-file: environment.yml
1717
activate-environment: quantecon
1818
- name: Install latex dependencies

environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: quantecon
22
channels:
33
- default
44
dependencies:
5-
- python=3.9
6-
- anaconda=2022.05
5+
- python=3.10
6+
- anaconda=2023.03
77
- pip
88
- pip:
99
- jupyter-book==0.15.1

0 commit comments

Comments
 (0)