Skip to content

Commit 0c25eb8

Browse files
committed
which pytest
1 parent 85bae2f commit 0c25eb8

2 files changed

Lines changed: 34 additions & 32 deletions

File tree

.github/workflows/ci-additional.yaml

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -125,14 +125,14 @@ jobs:
125125
run: |
126126
pixi run -e ${{env.PIXI_ENV}} python -m mypy --install-types --non-interactive --cobertura-xml-report mypy_report
127127
128-
- name: Upload mypy coverage to Codecov
129-
uses: codecov/codecov-action@v5.5.1
130-
with:
131-
file: mypy_report/cobertura.xml
132-
flags: mypy
133-
# env_vars: PYTHON_VERSION
134-
name: codecov-umbrella
135-
fail_ci_if_error: false
128+
# - name: Upload mypy coverage to Codecov
129+
# uses: codecov/codecov-action@v5.5.1
130+
# with:
131+
# file: mypy_report/cobertura.xml
132+
# flags: mypy
133+
# # env_vars: PYTHON_VERSION
134+
# name: codecov-umbrella
135+
# fail_ci_if_error: false
136136

137137
mypy-min:
138138
name: Mypy 3.11
@@ -174,14 +174,14 @@ jobs:
174174
run: |
175175
pixi run -e ${{env.PIXI_ENV}} python -m mypy --install-types --non-interactive --cobertura-xml-report mypy_report
176176
177-
- name: Upload mypy coverage to Codecov
178-
uses: codecov/codecov-action@v5.5.1
179-
with:
180-
file: mypy_report/cobertura.xml
181-
flags: mypy-min
182-
# env_vars: PYTHON_VERSION
183-
name: codecov-umbrella
184-
fail_ci_if_error: false
177+
# - name: Upload mypy coverage to Codecov
178+
# uses: codecov/codecov-action@v5.5.1
179+
# with:
180+
# file: mypy_report/cobertura.xml
181+
# flags: mypy-min
182+
# # env_vars: PYTHON_VERSION
183+
# name: codecov-umbrella
184+
# fail_ci_if_error: false
185185

186186
pyright:
187187
name: Pyright
@@ -226,14 +226,14 @@ jobs:
226226
run: |
227227
pixi run -e ${{env.PIXI_ENV}} python -m pyright xarray/
228228
229-
- name: Upload pyright coverage to Codecov
230-
uses: codecov/codecov-action@v5.5.1
231-
with:
232-
file: pyright_report/cobertura.xml
233-
flags: pyright
234-
# env_vars: PYTHON_VERSION
235-
name: codecov-umbrella
236-
fail_ci_if_error: false
229+
# - name: Upload pyright coverage to Codecov
230+
# uses: codecov/codecov-action@v5.5.1
231+
# with:
232+
# file: pyright_report/cobertura.xml
233+
# flags: pyright
234+
# # env_vars: PYTHON_VERSION
235+
# name: codecov-umbrella
236+
# fail_ci_if_error: false
237237

238238
pyright39:
239239
name: Pyright 3.11
@@ -283,14 +283,14 @@ jobs:
283283
run: |
284284
pixi run -e ${{env.PIXI_ENV}} python -m pyright xarray/
285285
286-
- name: Upload pyright coverage to Codecov
287-
uses: codecov/codecov-action@v5.5.1
288-
with:
289-
file: pyright_report/cobertura.xml
290-
flags: pyright39
291-
# env_vars: PYTHON_VERSION
292-
name: codecov-umbrella
293-
fail_ci_if_error: false
286+
# - name: Upload pyright coverage to Codecov
287+
# uses: codecov/codecov-action@v5.5.1
288+
# with:
289+
# file: pyright_report/cobertura.xml
290+
# flags: pyright39
291+
# # env_vars: PYTHON_VERSION
292+
# name: codecov-umbrella
293+
# fail_ci_if_error: false
294294

295295
min-version-policy:
296296
name: Minimum Version Policy

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@ jobs:
142142
enableCrossOsArchive: true
143143
save-always: true
144144

145+
- run: pixi run which pytest
146+
145147
- name: Run tests
146148
run:
147149
pixi run -e ${{ matrix.pixi-env }} python -m pytest -n ${{ matrix.numprocesses || 4 }}

0 commit comments

Comments
 (0)