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 4357a4f commit 48ab1b4Copy full SHA for 48ab1b4
1 file changed
.github/workflows/ci-additional.yaml
@@ -311,6 +311,10 @@ jobs:
311
with:
312
fetch-depth: 0 # Fetch all history for all branches and tags.
313
314
+ - uses: actions/setup-python@v5
315
+ with:
316
+ python: "3.x"
317
+
318
- name: All-deps minimum versions policy
319
uses: xarray-contrib/minimum-dependency-versions@af493cb84f163e4a1634d564be9cae2a3e7b9fca # v0.1
320
0 commit comments