Skip to content

Commit fc7eb60

Browse files
authored
Update coverage.yml
1 parent 45f48a4 commit fc7eb60

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/coverage.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ 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
3029
- uses: actions/checkout@v4
3130
with:
3231
submodules: true
@@ -38,6 +37,6 @@ jobs:
3837
- uses: actions/setup-python@v5
3938
with:
4039
python-version: "3.12"
41-
- run: pip install --system nox
40+
- run: python3 -m pip install --system nox
4241
- run: nox -s cov
4342
- uses: AndreMiras/coveralls-python-action@develop

0 commit comments

Comments
 (0)