Skip to content

Commit

Permalink
init atlas for
Browse files Browse the repository at this point in the history
  • Loading branch information
SilasK committed Oct 4, 2023
1 parent 395298b commit 41b8ae7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,20 @@ jobs:
- name: Checkout
uses: actions/[email protected]


- uses: mamba-org/setup-micromamba@v1
with:
environment-file: atlasenv.yml
environment-name: atlasenv
cache-environment-key: atlasenv-


- name: Install atlas
run: |
python -m pip install . --no-deps -vv
atlas --help
- name: Download test data
run: |
wget https://zenodo.org/record/3992790/files/test_reads.tar.gz
Expand Down

0 comments on commit 41b8ae7

Please sign in to comment.