Skip to content

Commit

Permalink
Remove custom conda installs
Browse files Browse the repository at this point in the history
  • Loading branch information
kenodegard committed Sep 20, 2024
1 parent c0e843d commit b2f91d6
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,6 @@ jobs:
python=${{ matrix.python-version }}
${{ env.CONDA_CHANNEL_LABEL }}${{ env.CONDA_VERSION }}
- 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 @@ -217,9 +214,6 @@ 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 @@ -291,9 +285,6 @@ 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 @@ -372,9 +363,6 @@ 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 @@ -494,9 +482,6 @@ 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 b2f91d6

Please sign in to comment.