Skip to content

Commit

Permalink
Update workflow and setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
epruesse committed Jul 17, 2024
1 parent e647054 commit df68501
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,19 @@ jobs:
with:
submodules: true
fetch-depth: 0 # full history for setuptools_scm
- uses: conda-incubator/setup-miniconda@v2
- uses: conda-incubator/setup-miniconda@v3
with:
# Don't update conda - performance:
# miniconda-version: 'latest'
# auto-update-conda: true
python-version: ${{ matrix.python-version }}
miniforge-variant: Mambaforge
mamba-version: "*"
channels: conda-forge,bioconda
channel-priority: strict
environment-file: environment.yaml
activate-environment: ymp
channel-priority: strict
mamba-version: "*"
- name: Install
- name: Install
run: |
pip install --no-deps .
- name: Testing Core
Expand Down

0 comments on commit df68501

Please sign in to comment.