Skip to content

Commit 5ffb110

Browse files
committed
simplify ci test action
1 parent 8442b32 commit 5ffb110

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/tests.yml

-3
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,7 @@ jobs:
8282
with:
8383
python-version: ${{ matrix.python-version }}
8484
miniforge-version: latest
85-
activate-environment: test-env
8685
environment-file: ci/requirements/py-${{ matrix.conda-env }}.yml
87-
channels: conda-forge
88-
conda-remove-defaults: "true"
8986

9087
- name: Matrix submodule tests with pytest
9188
if: ${{ matrix.testset == 'matrix' }}

0 commit comments

Comments
 (0)