Skip to content

Commit c725efc

Browse files
committed
try gsas2pkg
1 parent c5d1338 commit c725efc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/win_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
auto-update-conda: true
3333
python-version: ${{ matrix.python-version }}
34-
- name: Conda info
34+
- name: Conda install
3535
shell: bash -el {0}
3636
run: |
3737
# tailor the numpy version to match the GSAS-II binaries
@@ -45,7 +45,7 @@ jobs:
4545
#conda list
4646
#conda info
4747
#conda install --quiet numpy=${npver} scipy requests pytest
48-
conda install --quiet numpy=${npver} requests pytest briantoby::gsas2pkg
48+
conda install --quiet numpy=${npver} requests pytest briantoby::gsas2pkg -c conda-forge
4949
5050
5151
# #uses: conda-incubator/setup-miniconda@030178870c779d9e5e1b4e563269f3aa69b04081 # v3.0.3 using hash for security

0 commit comments

Comments
 (0)