We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5d1338 commit c725efcCopy full SHA for c725efc
.github/workflows/win_test.yml
@@ -31,7 +31,7 @@ jobs:
31
with:
32
auto-update-conda: true
33
python-version: ${{ matrix.python-version }}
34
- - name: Conda info
+ - name: Conda install
35
shell: bash -el {0}
36
run: |
37
# tailor the numpy version to match the GSAS-II binaries
@@ -45,7 +45,7 @@ jobs:
45
#conda list
46
#conda info
47
#conda install --quiet numpy=${npver} scipy requests pytest
48
- conda install --quiet numpy=${npver} requests pytest briantoby::gsas2pkg
+ conda install --quiet numpy=${npver} requests pytest briantoby::gsas2pkg -c conda-forge
49
50
51
# #uses: conda-incubator/setup-miniconda@030178870c779d9e5e1b4e563269f3aa69b04081 # v3.0.3 using hash for security
0 commit comments