Skip to content

Commit c7468c4

Browse files
authored
Update pypicheck.yml
1 parent 86d9f20 commit c7468c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypicheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Mambaforge
1919
uses: conda-incubator/setup-miniconda@v2
2020
with:
21-
python-version: '3.11'
21+
python-version: '3.12'
2222
miniforge-variant: Mambaforge
2323
channels: conda-forge
2424
channel-priority: strict
@@ -30,4 +30,4 @@ jobs:
3030
run: |
3131
pip install versioneer[toml]==0.29
3232
pip install . --no-deps --no-build-isolation
33-
python -m pip check
33+
python -m pip check

0 commit comments

Comments
 (0)