Skip to content

Commit

Permalink
🚧 experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
enryH committed Oct 8, 2024
1 parent 9d2c4a4 commit 2b90edd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,17 +114,20 @@ jobs:
python-version: ${{ matrix.python-version }}
auto-update-conda: true
activate-environment: test
auto-activate-base: true

- name: check conda
run: |
conda info
conda list
conda info -e
which python
conda activate test
which pip
- name: Install build dependencies explicitly
run: |
pip install setuptools_scm
python -m pip install setuptools_scm
conda list
- name: install pimms
Expand Down

0 comments on commit 2b90edd

Please sign in to comment.