Skip to content

Commit a8cecd2

Browse files
committed
fix pytest-check install issue
1 parent dad409b commit a8cecd2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

environment.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,13 @@ dependencies:
6464
- pyyaml
6565
- networkx
6666
- pytest
67-
- conda-forge::pytest-check
67+
# we use a the pytest-check plugin, which is on Conda and PyPI, but the
68+
# version compatible with Python 3.7 is only on PyPI
69+
# switch to the conda version after upgrading to 3.11
70+
# - conda-forge::pytest-check
71+
- pip
72+
- pip:
73+
- pytest-check
6874
- matplotlib >=1.5
6975
- mpmath
7076
- pandas

0 commit comments

Comments
 (0)