Skip to content

Commit

Permalink
disable tests and prepare data and configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrue committed Feb 5, 2024
1 parent 19529d5 commit d3c3416
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .github/workflows/ingestion-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,17 @@ jobs:
shell: pwsh
run: conda list

- name: Run tests
shell: bash -el {0}
#- name: Run tests
# shell: bash -el {0}
# run: |
# python -m pytest tests/

- name: Preparing the data
run: |
python -m pytest tests/
mkdir -p teaseq/ingest/data.dir
curl -o teaseq/ingest/data.dir/subsample_adt.h5ad https://figshare.com/ndownloader/files/41671551
curl -o teaseq/ingest/data.dir/subsample_atac.h5ad https://figshare.com/ndownloader/files/41671554
curl -o teaseq/ingest/data.dir/subsample_rna.h5ad https://figshare.com/ndownloader/files/41671557
- name: Preparing the configuration file
run: panpipes ingest config

0 comments on commit d3c3416

Please sign in to comment.