Skip to content

Commit d88c278

Browse files
authored
Add diagnostics to confirm that conda-build is present
I do not understand why conda build is failing. Make sure that conda-build is really installed. Also removed deprecated Windows regression stanza and updated comments regarding constructor versions.
1 parent 60c9a48 commit d88c278

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

.github/workflows/g2main-test.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,22 +32,24 @@ jobs:
3232
environment-file: install/GSAS2main/conda-minbuild.yml
3333
miniforge-version: latest
3434

35-
- name: regress conda or conda-standalone on Windows
36-
if: inputs.os == 'windows-latest'
37-
shell: bash -l {0}
38-
run: |
35+
# 5/6/26 removing next stanza to use the lastest constructor now that 3.15 is out
36+
#- name: regress conda or conda-standalone on Windows
37+
# if: inputs.os == 'windows-latest'
38+
# shell: bash -l {0}
39+
# run: |
3940
# regress conda or conda-standalone on Windows until constructor 3.11.2 is out
4041
# do this here so it is not buried in the .yml
4142
#conda install constructor=3.11.2
4243
#conda install constructor=3.9
43-
# 5/6/26 removing next line to use the lastest constructor now that 3.15 is out
4444
#conda install conda-standalone=24.9.2 # works with constructor 3.11.1
4545

4646
- name: create gsas2main conda package
4747
shell: bash -l {0}
4848
run: |
4949
conda env list
5050
conda activate test
51+
conda list
52+
conda list conda-build
5153
cd install
5254
python GSAS2main/makeBldFiles.py
5355
if [ "$RUNNER_OS" == "Windows" ]; then

0 commit comments

Comments
 (0)