Skip to content

Commit bf90952

Browse files
authored
tests: pin to working conda version (#1079)
* tests: working on encoding warning Signed-off-by: Henry Schreiner <[email protected]> * tests: remove conda defaults channel Signed-off-by: Henry Schreiner <[email protected]> * tests: remove test env Signed-off-by: Henry Schreiner <[email protected]> * ci: drop use mamba line Signed-off-by: Henry Schreiner <[email protected]> * tests: print conda version Signed-off-by: Henry Schreiner <[email protected]> * ci: pin conda command Signed-off-by: Henry Schreiner <[email protected]> * ci: try old conda Co-authored-by: Henry Schreiner <[email protected]> * Apply suggestions from code review Co-authored-by: Henry Schreiner <[email protected]> --------- Signed-off-by: Henry Schreiner <[email protected]>
1 parent 4ff681f commit bf90952

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ jobs:
5454
uses: conda-incubator/setup-miniconda@v3
5555
if: matrix.python-version == '3.14'
5656
with:
57-
auto-update-conda: true
58-
python-version: ${{ matrix.python-version }}
59-
use-mamba: true
6057
channels: conda-forge
58+
conda-remove-defaults: true
59+
conda-version: '25.11.1'
60+
activate-environment:
6161
- name: Install Nox-under-test (uv)
6262
run: uv pip install --system .
6363
- name: Run tests on ${{ matrix.os }}

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,6 @@ target/
8383
# Lockfiles
8484
uv.lock
8585
*pylock.toml
86+
87+
# OS files
88+
.DS_Store

0 commit comments

Comments
 (0)