We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec53b31 commit 98bb0b0Copy full SHA for 98bb0b0
.github/workflows/matrix-and-codecov-on-merge-to-main.yml
@@ -32,7 +32,7 @@ jobs:
32
uses: conda-incubator/setup-miniconda@v3
33
with:
34
activate-environment: test
35
- auto-update-conda: true
+ miniforge-version: latest
36
environment-file: environment.yml
37
auto-activate-base: false
38
python-version: ${{ matrix.python-version }}
@@ -44,9 +44,6 @@ jobs:
44
45
- name: Install diffpy.pdfgui and requirements
46
run: |
47
- if [[ "${{ matrix.os }}" == "macos-13" ]]; then
48
- export CONDA_OVERRIDE_OSX=11.0 # Override virtual package detection for osx-64
49
- fi
50
conda install --file requirements/test.txt
51
conda install wxpython diffpy.utils matplotlib-base
52
pip install diffpy.pdffit2==1.5.0rc1
0 commit comments