Skip to content

Commit

Permalink
take out mamba?
Browse files Browse the repository at this point in the history
  • Loading branch information
delucchi-cmu authored Oct 18, 2023
1 parent 80f556c commit 157e211
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/testing-and-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
channels: conda-forge,defaults
channel-priority: strict
show-channel-urls: true
miniforge-version: latest
miniforge-variant: Mambaforge
use-mamba: true
environment-file: deepdisc-env-nobuilds.yml
activate-environment: deepdisc
Expand All @@ -39,7 +37,6 @@ jobs:
pip install 'git+https://github.com/facebookresearch/detectron2.git'
pip install .
pip install .[dev]
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Run unit tests with pytest
run: |
python -m pytest tests --cov=deepdisc --cov-report=xml
Expand Down

0 comments on commit 157e211

Please sign in to comment.