Skip to content

Commit

Permalink
Target conda dev branch in tests action
Browse files Browse the repository at this point in the history
  • Loading branch information
zklaus committed Jun 7, 2024
1 parent ba2a3fb commit 62ad9e3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,19 @@ jobs:
python=${{ matrix.python-version }}
${{ env.CONDA_CHANNEL_LABEL }}${{ env.CONDA_VERSION }}
- name: Checkout development conda
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
with:
repository: zklaus/conda.git
ref: lazy-index
path: conda-src

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

0 comments on commit 62ad9e3

Please sign in to comment.