We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45f48a4 commit fc7eb60Copy full SHA for fc7eb60
.github/workflows/coverage.yml
@@ -26,7 +26,6 @@ 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
@@ -38,6 +37,6 @@ jobs:
38
37
- uses: actions/setup-python@v5
39
40
python-version: "3.12"
41
- - run: pip install --system nox
+ - run: python3 -m pip install --system nox
42
- run: nox -s cov
43
- uses: AndreMiras/coveralls-python-action@develop
0 commit comments