Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci-locks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/checkout@v7

- name: "Pixi setup"
uses: prefix-dev/setup-pixi@a09b6247153796b190642a2b53fac4241043cf6f
uses: prefix-dev/setup-pixi@d3f436a425481402e6a95a1d1fc10331c708cd9e
with:
run-install: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ concurrency:
jobs:
manifest:
name: "check-manifest"
uses: scitools/workflows/.github/workflows/ci-manifest.yml@2026.07.1
uses: scitools/workflows/.github/workflows/ci-manifest.yml@2026.08.1
2 changes: 1 addition & 1 deletion .github/workflows/ci-template-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
prompt-share:
uses: scitools/workflows/.github/workflows/ci-template-check.yml@2026.07.1
uses: scitools/workflows/.github/workflows/ci-template-check.yml@2026.08.1
secrets: inherit
with:
pr_number: ${{ github.event.pull_request.number }}
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
core.exportVariable('UDUNITS2_XML_PATH', path.join(base, 'Library/share/udunits/udunits2.xml'));

- name: "Pixi setup"
uses: prefix-dev/setup-pixi@a09b6247153796b190642a2b53fac4241043cf6f
uses: prefix-dev/setup-pixi@d3f436a425481402e6a95a1d1fc10331c708cd9e
with:
environments: "test-${{ matrix.version }}"
frozen: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
run: conda install udunits2

- name: "Building ${{ matrix.os }} (${{ matrix.arch }}) wheels"
uses: pypa/cibuildwheel@v4.1.1
uses: pypa/cibuildwheel@v4.2.0
env:
CIBW_ENVIRONMENT: CF_UNITS_LIMITED_API="1"
CIBW_SKIP: "pp* *-musllinux*"
Expand Down
Loading