Skip to content

Commit

Permalink
Merge pull request #17 from zadorlab/docsupdate
Browse files Browse the repository at this point in the history
Update Documentation
  • Loading branch information
mjohnson541 authored Jan 26, 2023
2 parents 86ccb68 + 5406c03 commit 9b0c4ac
Show file tree
Hide file tree
Showing 38 changed files with 21,224 additions and 13,675 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
with:
mamba-version: "*"
python-version: 3.8
miniforge-variant: Mambaforge
channels: defaults,mjohnson541,conda-forge
channel-priority: true
python-version: 3.8
activate-environment: pynta_env
environment-file: environment.yml
- name: Conda info
Expand All @@ -43,6 +43,6 @@ jobs:
- name: Tests
run: make test-all
- name: Install codecov
run: mamba install -y -c conda-forge codecov
run: conda install -y -c conda-forge codecov
- name: Code coverage
run: codecov
Loading

0 comments on commit 9b0c4ac

Please # to comment.