Skip to content

Commit cfbb4d1

Browse files
committed
update env update
1 parent 8b96f42 commit cfbb4d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
- name: Setup QuantEcon Environment (/runner/)
1111
run: |
1212
export PATH=$PATH:/opt/anaconda3/bin/
13-
conda env create -f environment.yml
14-
conda activate quantecon
13+
conda env create -f environment.yml -y
14+
conda init && conda activate quantecon
1515
- name: Display nvidia
1616
run: nvidia-smi
1717
- name: Display Conda Environment Versions

0 commit comments

Comments
 (0)