Skip to content

Commit

Permalink
Use setup-micromamba
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwthompson committed Oct 21, 2023
1 parent c250d13 commit 17359ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 deletions.
17 changes: 4 additions & 13 deletions .github/workflows/Test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,11 @@ jobs:
fetch-depth: 0

- name: Setup Miniconda
uses: conda-incubator/setup-miniconda@v2
uses: mamba-org/setup-micromamba@v1
with:
auto-update-conda: false
python-version: ${{ matrix.python-version }}
environment-file: devtools/environment-dev.yaml
activate-environment: parmed-dev
channels: conda-forge,bioconda
mamba-version: "*"

- name: Environment Information
shell: bash -l {0}
run: |
conda info
conda list
mamba-org/setup-micromamba@v1
create-args: >-
python=${{ matrix.python-version }}
- name: Install and test
shell: bash -l {0}
Expand Down
3 changes: 1 addition & 2 deletions devtools/environment-dev.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: parmed-dev
channels:
- https://conda.anaconda.org/conda-forge
- https://conda.anaconda.org/bioconda
- conda-forge
dependencies:
- pandas
- openmm >=7.6.0
Expand Down

0 comments on commit 17359ec

Please sign in to comment.