Skip to content

Commit 77bff2a

Browse files
authored
Update coverage.yml
1 parent 3573a51 commit 77bff2a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/coverage.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
wget -O Miniforge3.sh "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$(uname)-$(uname -m).sh"
2727
bash Miniforge3.sh -b -p "${HOME}/conda"
2828
source "${HOME}/conda/etc/profile.d/conda.sh"
29+
conda activate
2930
- uses: actions/checkout@v4
3031
with:
3132
submodules: true
@@ -37,6 +38,6 @@ jobs:
3738
- uses: actions/setup-python@v5
3839
with:
3940
python-version: "3.12"
40-
- run: python3 -m pip install nox
41+
- run: pip install nox
4142
- run: nox -s cov
4243
- uses: AndreMiras/coveralls-python-action@develop

0 commit comments

Comments
 (0)