Skip to content
Draft
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
18 changes: 18 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,12 @@ jobs:
- name: Install Self
run: pip install -e . --no-deps --no-build-isolation --break-system-packages

- name: Use rattler solver
run: |
conda install --yes conda-rattler-solver
pip install git+https://github.com/jsmolic/conda-rattler-solver.git@conda-build-compat --break-system-packages
conda config --set solver rattler

- name: Conda Info
# view test env info (not base)
run: python -m conda info --verbose
Expand Down Expand Up @@ -364,6 +370,12 @@ jobs:
- name: Install Self
run: pip install -e . --no-deps --no-build-isolation --break-system-packages

- name: Use rattler solver
run: |
conda install --yes conda-rattler-solver
pip install git+https://github.com/jsmolic/conda-rattler-solver.git@conda-build-compat --break-system-packages
conda config --set solver rattler

- name: Conda Info
# view test env info (not base)
run: python -m conda info --verbose
Expand Down Expand Up @@ -503,6 +515,12 @@ jobs:
- name: Install Self
run: pip install -e . --no-deps --no-build-isolation --break-system-packages

- name: Use rattler solver
run: |
conda install --yes conda-rattler-solver
pip install git+https://github.com/jsmolic/conda-rattler-solver.git@conda-build-compat --break-system-packages
conda config --set solver rattler

- name: Conda Info
# view test env info (not base)
run: python -m conda info --verbose
Expand Down
Loading