Skip to content

Commit

Permalink
use miniforge
Browse files Browse the repository at this point in the history
  • Loading branch information
Tieqiong committed Jan 18, 2025
1 parent ec53b31 commit 98bb0b0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/matrix-and-codecov-on-merge-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: test
auto-update-conda: true
miniforge-version: latest
environment-file: environment.yml
auto-activate-base: false
python-version: ${{ matrix.python-version }}
Expand All @@ -44,9 +44,6 @@ jobs:
- name: Install diffpy.pdfgui and requirements
run: |
if [[ "${{ matrix.os }}" == "macos-13" ]]; then
export CONDA_OVERRIDE_OSX=11.0 # Override virtual package detection for osx-64
fi
conda install --file requirements/test.txt
conda install wxpython diffpy.utils matplotlib-base
pip install diffpy.pdffit2==1.5.0rc1
Expand Down

0 comments on commit 98bb0b0

Please sign in to comment.