From e03505b48f1b56c353c2f399fe8326ab844117c7 Mon Sep 17 00:00:00 2001 From: Pedro Mendes Date: Tue, 14 May 2024 20:45:43 -0400 Subject: [PATCH] testing if wget is working --- .github/workflows/python-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index ba48874..68bf55a 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -29,7 +29,7 @@ jobs: if [ -f requirements.txt ]; then pip install -r requirements.txt; fi pip install html2text cd tests - wget -q http://cuprum.cam.uchc.edu/copasi/CopasiSE.gz + wget -q http://cuprum.cam.uchc.edu/copasi/CopasiSE2.gz gunzip CopasiSE.gz chmod a+x CopasiSE - name: run tests