Skip to content

Commit 5cab1fd

Browse files
authored
Activate test; list conda environments before activating
So much for CoPilot's suggestion. Look up environment name, but get a list just in case
1 parent 9022370 commit 5cab1fd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/g2main-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ jobs:
4646
- name: create gsas2main conda package
4747
shell: bash -l {0}
4848
run: |
49-
conda activate conda
49+
conda envs --list
50+
conda activate test
5051
cd install
5152
python GSAS2main/makeBldFiles.py
5253
if [ "$RUNNER_OS" == "Windows" ]; then

0 commit comments

Comments
 (0)