Skip to content

Commit afb0995

Browse files
committed
conda init
1 parent 971f8d8 commit afb0995

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
1111
run: |
1212
export PATH=$PATH:/opt/anaconda3/bin/
1313
conda env create -f environment.yml -y
14-
conda init && conda activate quantecon
14+
conda init
15+
conda activate quantecon
1516
- name: Display nvidia
1617
run: nvidia-smi
1718
- name: Display Conda Environment Versions

0 commit comments

Comments
 (0)