We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4eb41a commit e017d0eCopy full SHA for e017d0e
.github/workflows/python-package-conda.yml
@@ -70,7 +70,6 @@ jobs:
70
run: |
71
${{ matrix.coverage && 'coverage run -m' || '' }} pytest -s -v
72
${{ matrix.coverage && 'coverage xml' || '' }}
73
-# continue-on-error: ${{ matrix.os == 'windows-latest' && matrix.mkl-version == '2024'}}
74
75
- name: Upload coverage
76
if: ${{ matrix.coverage }}
@@ -93,9 +92,8 @@ jobs:
93
92
- name: Setup Conda
94
uses: conda-incubator/setup-miniconda@v3
95
with:
96
- python-version: 3.11
97
- mamba-version: '*'
98
- channels: conda-forge, defaults
+ python-version: "3.11"
+ channels: defaults
99
channel-priority: true
100
activate-environment: dev
101
0 commit comments