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 971f8d8 commit afb0995Copy full SHA for afb0995
.github/workflows/ci.yml
@@ -11,7 +11,8 @@ jobs:
11
run: |
12
export PATH=$PATH:/opt/anaconda3/bin/
13
conda env create -f environment.yml -y
14
- conda init && conda activate quantecon
+ conda init
15
+ conda activate quantecon
16
- name: Display nvidia
17
run: nvidia-smi
18
- name: Display Conda Environment Versions
0 commit comments