Skip to content
Snippets Groups Projects
Commit 34fad656 authored by Alán Muñoz's avatar Alán Muñoz
Browse files

ci(aliby): fix extraction of downloaded expt

parent 50008edb
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ Network Tools Tests: ...@@ -47,7 +47,7 @@ Network Tools Tests:
- DIRNAME="test_datasets" - DIRNAME="test_datasets"
- curl https://zenodo.org/record/7513194/files/test_datasets.tar.gz\?download\=1 -o "test_datasets.tar.gz" - curl https://zenodo.org/record/7513194/files/test_datasets.tar.gz\?download\=1 -o "test_datasets.tar.gz"
- mkdir -p $DIRNAME - mkdir -p $DIRNAME
- tar xvf example.tar.gz -C $DIRNAME - tar xvf test_datasets.tar.gz -C $DIRNAME
- pytest -s tests/aliby/pipeline --file $DIRNAME/560_2022_11_30_pypipeline_unit_test_reconstituted_00 - pytest -s tests/aliby/pipeline --file $DIRNAME/560_2022_11_30_pypipeline_unit_test_reconstituted_00
Static Type: Static Type:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment