Skip to content

Commit

Permalink
ci: try better self-hosted mamba env
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-murray committed Sep 11, 2024
1 parent 48e9802 commit 59531a7
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/test_suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,17 +77,9 @@ jobs:
with:
fetch-depth: 0

- uses: conda-incubator/setup-miniconda@v3
with:
python-version: ${{ env.PYTHON }}
mamba-version: "*"
channels: conda-forge,defaults
channel-priority: true
activate-environment: testenv
environment-file: ci/test-env.yml

- name: Install
run: |
micromamba activate testenv
echo $(which pip)
python -m pip install --upgrade pip
python -m pip install .[test,gpu]
Expand Down

0 comments on commit 59531a7

Please sign in to comment.