We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fb4af4 commit 8b96f42Copy full SHA for 8b96f42
.github/runs-on.yml
@@ -2,4 +2,4 @@ images:
2
quantecon_ubuntu2204_ami:
3
platform: "linux"
4
arch: "x64"
5
- ami: "ami-0777c7ccd7657bce6"
+ ami: "ami-0d4c683ae7bde17e9"
.github/workflows/ci.yml
@@ -7,12 +7,15 @@ jobs:
7
- uses: actions/checkout@v4
8
with:
9
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
15
- name: Display nvidia
16
run: nvidia-smi
17
- name: Display Conda Environment Versions
18
run: |
- more ~/.bashrc
- whereis python
19
conda list
20
- name: Display Pip Versions
21
run: pip list
0 commit comments