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 2e8a109 commit ac4425cCopy full SHA for ac4425c
.github/workflows/conda.yml
@@ -26,7 +26,7 @@ jobs:
26
- uses: actions/checkout@v4
27
28
- name: Get conda
29
- uses: conda-incubator/setup-miniconda@v3.1.1
+ uses: conda-incubator/setup-miniconda@v3.2.0
30
with:
31
python-version: ${{ matrix.python-version }}
32
channels: conda-forge
.github/workflows/wheels.yml
@@ -51,7 +51,7 @@ jobs:
51
52
submodules: true
53
54
- - uses: astral-sh/setup-uv@v5
+ - uses: astral-sh/setup-uv@v6
55
56
- uses: pypa/cibuildwheel@v3.1
57
0 commit comments