Skip to content
Snippets Groups Projects
Verified Commit c69dde5b authored by Etienne MORICE's avatar Etienne MORICE
Browse files

Fix CI

parent 0b72a7a9
No related branches found
No related tags found
No related merge requests found
*.swp
balibase/
__pycache__/
balibase.zip
atlas
timings.png
......@@ -68,6 +68,8 @@ class BalibaseTestCase(unittest.TestCase):
if not os.path.isdir(self.balibase_path):
os.mkdir(self.balibase_path)
if not os.path.isfile(testfile_path):
# Archive is no longer publicly available, so this will probably
# fail. Fall back to comitting the archive.
if not os.path.isfile(balibase_zippath):
print("Fetching balibase archive from moodle...")
urllib.request.urlretrieve(
......
File added
......@@ -3,3 +3,4 @@ pandas>=0.23.3
matplotlib>=2.0.0
numpy>=1.16.1
scipy>=1.2.0
xmltramp2>=3.1.1
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