Skip to content

Commit 98bb0b0

Browse files
committed
use miniforge
1 parent ec53b31 commit 98bb0b0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Diff for: .github/workflows/matrix-and-codecov-on-merge-to-main.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: conda-incubator/setup-miniconda@v3
3333
with:
3434
activate-environment: test
35-
auto-update-conda: true
35+
miniforge-version: latest
3636
environment-file: environment.yml
3737
auto-activate-base: false
3838
python-version: ${{ matrix.python-version }}
@@ -44,9 +44,6 @@ jobs:
4444
4545
- name: Install diffpy.pdfgui and requirements
4646
run: |
47-
if [[ "${{ matrix.os }}" == "macos-13" ]]; then
48-
export CONDA_OVERRIDE_OSX=11.0 # Override virtual package detection for osx-64
49-
fi
5047
conda install --file requirements/test.txt
5148
conda install wxpython diffpy.utils matplotlib-base
5249
pip install diffpy.pdffit2==1.5.0rc1

0 commit comments

Comments
 (0)