We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1708431 commit 6252ea1Copy full SHA for 6252ea1
2 files changed
.github/workflows/ci.yml
@@ -64,7 +64,7 @@ jobs:
64
# micromamba-environment-${{ steps.date.outputs.date }}
65
66
- name: Install the package
67
- run: pip install -e .[test]
+ run: pip install --no-deps -e .
68
69
- name: Run the tests
70
run: >-
env/test_env.yml
@@ -3,7 +3,9 @@ channels:
3
- conda-forge
4
- nodefaults
5
dependencies:
6
+ - pytest>=6
7
+ - pytest-cov>=3
8
# add any dependencies which need to be installed via conda below
9
- pip
10
- pip:
- - ../.[test]
11
+ - ../.
0 commit comments