We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b96f42 commit cfbb4d1Copy full SHA for cfbb4d1
.github/workflows/ci.yml
@@ -10,8 +10,8 @@ jobs:
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
+ conda env create -f environment.yml -y
+ conda init && conda activate quantecon
15
- name: Display nvidia
16
run: nvidia-smi
17
- name: Display Conda Environment Versions
0 commit comments