Skip to content

Commit

Permalink
remove import of module that was failing in the bioconda CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aryarm authored Nov 7, 2024
1 parent 8dfd34a commit 03e70e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trtools/testsupport/test_trtools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ echo "Location of trtools installation: $loc"
echo "Running pytest ..."
cd "$loc" || exit 1
# run unit tests
python -m pytest . -p trtools.testsupport.dataloader --datadir "$TMP"/trtools/testsupport
python -m pytest . --datadir "$TMP"/trtools/testsupport
# run command line tests
$TMP/test/cmdline_tests.sh $TMP/example-files $TMP/trtools/testsupport/sample_vcfs/beagle $TMP/scripts/trtools_prep_beagle_vcf.sh

0 comments on commit 03e70e2

Please sign in to comment.