Skip to content

Commit 48ab1b4

Browse files
committed
setup python
1 parent 4357a4f commit 48ab1b4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci-additional.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,10 @@ jobs:
311311
with:
312312
fetch-depth: 0 # Fetch all history for all branches and tags.
313313

314+
- uses: actions/setup-python@v5
315+
with:
316+
python: "3.x"
317+
314318
- name: All-deps minimum versions policy
315319
uses: xarray-contrib/minimum-dependency-versions@af493cb84f163e4a1634d564be9cae2a3e7b9fca # v0.1
316320
with:

0 commit comments

Comments
 (0)