We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3573a51 commit 77bff2aCopy full SHA for 77bff2a
.github/workflows/coverage.yml
@@ -26,6 +26,7 @@ jobs:
26
wget -O Miniforge3.sh "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$(uname)-$(uname -m).sh"
27
bash Miniforge3.sh -b -p "${HOME}/conda"
28
source "${HOME}/conda/etc/profile.d/conda.sh"
29
+ conda activate
30
- uses: actions/checkout@v4
31
with:
32
submodules: true
@@ -37,6 +38,6 @@ jobs:
37
38
- uses: actions/setup-python@v5
39
40
python-version: "3.12"
- - run: python3 -m pip install nox
41
+ - run: pip install nox
42
- run: nox -s cov
43
- uses: AndreMiras/coveralls-python-action@develop
0 commit comments