Skip to content

Commit

Permalink
debugging CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Jun 9, 2021
1 parent 60a3c1a commit 5254f45
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,7 @@ jobs:
run: python -m pip install .[all]

- name: Install latest version of Smoldyn
run: |
git clone https://github.com/ssandrews/Smoldyn.git
cd Smoldyn
git checkout parsing-vars-observables
python -m pip show smoldyn
cp -R source/python/smoldyn/biosimulators/ /opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/site-packages/smoldyn/
cd ..
rm -r Smoldyn
run: python -m pip install --pre -U smoldyn

# lint
- name: Install flake8
Expand Down

0 comments on commit 5254f45

Please sign in to comment.