Skip to content

Commit e017d0e

Browse files
committed
update distribute workflow
1 parent a4eb41a commit e017d0e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/python-package-conda.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ jobs:
7070
run: |
7171
${{ matrix.coverage && 'coverage run -m' || '' }} pytest -s -v
7272
${{ matrix.coverage && 'coverage xml' || '' }}
73-
# continue-on-error: ${{ matrix.os == 'windows-latest' && matrix.mkl-version == '2024'}}
7473
7574
- name: Upload coverage
7675
if: ${{ matrix.coverage }}
@@ -93,9 +92,8 @@ jobs:
9392
- name: Setup Conda
9493
uses: conda-incubator/setup-miniconda@v3
9594
with:
96-
python-version: 3.11
97-
mamba-version: '*'
98-
channels: conda-forge, defaults
95+
python-version: "3.11"
96+
channels: defaults
9997
channel-priority: true
10098
activate-environment: dev
10199

0 commit comments

Comments
 (0)