Skip to content

Commit 8b96f42

Browse files
committed
update ami
1 parent 5fb4af4 commit 8b96f42

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/runs-on.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ images:
22
quantecon_ubuntu2204_ami:
33
platform: "linux"
44
arch: "x64"
5-
ami: "ami-0777c7ccd7657bce6"
5+
ami: "ami-0d4c683ae7bde17e9"

.github/workflows/ci.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,15 @@ jobs:
77
- uses: actions/checkout@v4
88
with:
99
ref: ${{ github.event.pull_request.head.sha }}
10+
- name: Setup QuantEcon Environment (/runner/)
11+
run: |
12+
export PATH=$PATH:/opt/anaconda3/bin/
13+
conda env create -f environment.yml
14+
conda activate quantecon
1015
- name: Display nvidia
1116
run: nvidia-smi
1217
- name: Display Conda Environment Versions
1318
run: |
14-
more ~/.bashrc
15-
whereis python
1619
conda list
1720
- name: Display Pip Versions
1821
run: pip list

0 commit comments

Comments
 (0)