Skip to content

Commit

Permalink
conda for CI testing v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom committed Aug 6, 2024
1 parent 5fed112 commit 0a1154a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci-python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ jobs:
# run: |
# python -m pip install --upgrade pip setuptools wheel
# python -m pip install .
- uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: anaconda-client-env
environment-file: etc/example-environment.yml
python-version: ${{ matrix.python-version }}
auto-activate-base: false
- run: |
conda info
conda list
uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: anaconda-client-env
environment-file: etc/example-environment.yml
python-version: ${{ matrix.python-version }}
auto-activate-base: false
run: |
conda info
conda list
# # Step: List installed packages
# - name: list-packages
Expand Down

0 comments on commit 0a1154a

Please sign in to comment.