Skip to content

Commit

Permalink
Use development conda on all ci platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
zklaus committed Jun 25, 2024
1 parent 2d3286c commit b6edf48
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,9 @@ jobs:
- name: Install CodSpeed
run: pip install git+https://github.com/kenodegard/pytest-codspeed.git@fix-outerr-redirects#egg=pytest-codspeed

- name: Install development conda
run: pip install git+https://github.com/zklaus/conda@lazy-index && python -m conda init --install

# TODO: how can we remove this step?
- name: Install Self
run: pip install -e .
Expand Down Expand Up @@ -298,6 +301,9 @@ jobs:
python=${{ matrix.python-version }}
${{ env.CONDA_CHANNEL_LABEL }}::conda
- name: Install development conda
run: pip install git+https://github.com/zklaus/conda@lazy-index && python -m conda init --install

# TODO: how can we remove this step?
- name: Install Self
run: pip install -e .
Expand Down Expand Up @@ -401,6 +407,9 @@ jobs:
python=${{ matrix.python-version }}
${{ env.CONDA_CHANNEL_LABEL }}::conda
- name: Install development conda
run: pip install git+https://github.com/zklaus/conda@lazy-index && python -m conda init --install

# TODO: how can we remove this step?
- name: Install Self
run: pip install -e .
Expand Down

0 comments on commit b6edf48

Please sign in to comment.