Skip to content

Commit

Permalink
added statements to get CopasiSE (commented out for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmendes committed May 14, 2024
1 parent 34d76b1 commit 5fbf88d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install html2text
#cd tests
#wget https://github.com/copasi/COPASI/releases/download/Build-288/COPASI-4.43.288-Source.tar.gz
#tar -xvf COPASI-4.43.288-AllSE.tar.gz
#ln -s COPASI-4.43.288-AllSE/Linux/CopasiSE .
- name: run tests
run: |
cd tests
Expand Down

0 comments on commit 5fbf88d

Please sign in to comment.