From 85381e3f1057232ce2786845d0cd8ae540058dd5 Mon Sep 17 00:00:00 2001 From: Ronak Shah Date: Mon, 24 Jun 2024 15:43:45 -0400 Subject: [PATCH] Updating test --- install_data.sh | 1 - tox.ini | 4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/install_data.sh b/install_data.sh index 4f3e690..bc4c000 100755 --- a/install_data.sh +++ b/install_data.sh @@ -1,6 +1,5 @@ #!/usr/bin/env bash - # Test data is hosted on Google Drive at: # https://drive.google.com/file/d/1GtT8jsBGwRoQC-5wHh06r8RFkiFBuirp/view?usp=sharing diff --git a/tox.ini b/tox.ini index 82c327c..c2938cb 100644 --- a/tox.ini +++ b/tox.ini @@ -38,8 +38,10 @@ allowlist_externals = tar goodls sh + bash + tar -commands_pre = sh ./install_data.sh +commands_pre = ./install_data.sh commands = py.test --capture=sys --basetemp={envtmpdir} tests