We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd4a04d commit c9306baCopy full SHA for c9306ba
.github/workflows/ci-additional.yml
@@ -31,6 +31,7 @@ jobs:
31
- name: setup environment
32
uses: prefix-dev/setup-pixi@8ca4608ef7f4daeb54f5205b20d0b7cb42f11143 # 0.8.14
33
with:
34
+ cache: true
35
environments: "doctests"
36
37
- name: import pint-xarray
.github/workflows/ci.yml
@@ -63,6 +63,7 @@ jobs:
63
64
65
66
67
environments: "${{ matrix.env }}"
68
69
0 commit comments