Skip to content

Commit e0c34eb

Browse files
authored
ci: fix conda (#1035)
1 parent 3802570 commit e0c34eb

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
uses: astral-sh/setup-uv@v7
5353
- name: Set up Miniconda
5454
uses: conda-incubator/setup-miniconda@v3
55-
if: matrix.python-version == '3.11'
55+
if: matrix.python-version == '3.14'
5656
with:
5757
auto-update-conda: true
5858
python-version: ${{ matrix.python-version }}
@@ -65,7 +65,7 @@ jobs:
6565
- name: Run min-version tests on ${{ matrix.os }}
6666
run: nox --session minimums --force-python="${{ matrix.python-version }}" -- --full-trace
6767
- name: Run Conda tests
68-
if: matrix.python-version == '3.13'
68+
if: matrix.python-version == '3.14'
6969
run: nox --session "conda_tests" -- --full-trace
7070
- name: Save coverage report
7171
uses: actions/upload-artifact@v5

requirements-conda-test.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
argcomplete >=1.9.4,<3.0
22
attrs >=23.1
33
colorlog >=2.6.1,<7.0.0
4+
coverage>=7.10.3
45
dependency-groups >=1.1
56
httpx
67
humanize

0 commit comments

Comments
 (0)