Skip to content

Commit

Permalink
🐛 pip does not install in environment
Browse files Browse the repository at this point in the history
  • Loading branch information
enryH committed Oct 8, 2024
1 parent 180141c commit 9d2c4a4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,16 +112,21 @@ jobs:
- uses: conda-incubator/setup-miniconda@v3
with:
python-version: ${{ matrix.python-version }}
auto-activate-base: true
auto-update-conda: true
activate-environment: test

- name: check conda
run: |
conda info
conda list
conda info -e
which pip
- name: Install build dependencies explicitly
run: |
pip install setuptools_scm
conda list
- name: install pimms
run: pip install .

Expand Down

0 comments on commit 9d2c4a4

Please sign in to comment.