Skip to content

Commit 008ef38

Browse files
committed
Revert "No need to install coveralls"
This reverts commit 3a7755b.
1 parent 3a7755b commit 008ef38

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

environments/coverage.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
coveralls==4.0.1

environments/coverage.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: Coverage specific packages
22
channels:
33
- conda-forge
44
dependencies:
5-
- python=3.13
5+
- python=3.12 # no python 3.13 support by coveralls
66
- coverage[toml]
77
- llvm
88
- pytest-cov
9+
- pip:
10+
- -r coverage.txt

0 commit comments

Comments
 (0)