Skip to content

Commit 3f4043c

Browse files
authored
Fix typo in conda command for environment listing
1 parent 5cab1fd commit 3f4043c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/g2main-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: create gsas2main conda package
4747
shell: bash -l {0}
4848
run: |
49-
conda envs --list
49+
conda env --list
5050
conda activate test
5151
cd install
5252
python GSAS2main/makeBldFiles.py

0 commit comments

Comments
 (0)