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