Skip to content

Commit

Permalink
testing if wget is working
Browse files Browse the repository at this point in the history
  • Loading branch information
pmendes committed May 15, 2024
1 parent 0ae8fad commit e03505b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e03505b

Please sign in to comment.