Skip to content

Commit d8fc6b1

Browse files
committed
attempt to fix the workflow definitions
1 parent 7955356 commit d8fc6b1

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.github/workflows/ci-additional.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ jobs:
3232
uses: prefix-dev/setup-pixi@8ca4608ef7f4daeb54f5205b20d0b7cb42f11143 # 0.8.14
3333
with:
3434
cache: true
35-
environments:
36-
- doctests
35+
environments: "doctests"
3736

3837
- name: import pint-xarray
3938
run: |

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ jobs:
6464
uses: prefix-dev/setup-pixi@8ca4608ef7f4daeb54f5205b20d0b7cb42f11143 # 0.8.14
6565
with:
6666
cache: true
67-
environments:
68-
- ${{ matrix.env }}
67+
environments: ${{ matrix.env }}
6968

7069
- name: import pint-xarray
7170
run: |

.github/workflows/nightly.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ jobs:
6666
- name: setup environment
6767
uses: prefix-dev/setup-pixi@8ca4608ef7f4daeb54f5205b20d0b7cb42f11143 # 0.8.14
6868
with:
69-
environments:
70-
- nightly
69+
environments: "nightly"
7170

7271
- name: import pint-xarray
7372
run: |

0 commit comments

Comments
 (0)