Skip to content

Commit 991af5b

Browse files
committed
hard-code the env name for nightly
1 parent d9ca190 commit 991af5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,13 @@ jobs:
7070

7171
- name: import pint-xarray
7272
run: |
73-
pixi run -e ${{ matrix.env }} python -c 'import pint_xarray'
73+
pixi run -e nightly python -c 'import pint_xarray'
7474
7575
- name: run tests
7676
if: success()
7777
id: status
7878
run: |
79-
pixi run -e ${{ matrix.env }} tests -rf --report-log=pytest-log.jsonl
79+
pixi run -e nightly tests -rf --report-log=pytest-log.jsonl
8080
8181
- name: report failures
8282
if: |

0 commit comments

Comments
 (0)