Skip to content

Commit 6252ea1

Browse files
committed
fix CI
1 parent 1708431 commit 6252ea1

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
# micromamba-environment-${{ steps.date.outputs.date }}
6565

6666
- name: Install the package
67-
run: pip install -e .[test]
67+
run: pip install --no-deps -e .
6868

6969
- name: Run the tests
7070
run: >-

env/test_env.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ channels:
33
- conda-forge
44
- nodefaults
55
dependencies:
6+
- pytest>=6
7+
- pytest-cov>=3
68
# add any dependencies which need to be installed via conda below
79
- pip
810
- pip:
9-
- ../.[test]
11+
- ../.

0 commit comments

Comments
 (0)