Skip to content

Commit 808d90f

Browse files
github actions: mamba fixes
1 parent 86e8a07 commit 808d90f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/conda-install.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
with:
5959
file: "${GITHUB_WORKSPACE}/.coverage"
6060
github-token: ${{ github.token }}
61+
debug: true
6162

6263
build-windows:
6364
runs-on: windows-latest

environment-dev.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ channels:
44
- defaults
55
dependencies:
66
- coverage
7-
- coveralls
87
- pytest

0 commit comments

Comments
 (0)