Skip to content

Commit

Permalink
CI: install mupif from git
Browse files Browse the repository at this point in the history
  • Loading branch information
eudoxos committed May 13, 2024
1 parent 6564e89 commit cb077ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
wget -qO - https://www.mongodb.org/static/pgp/server-5.0.asc | sudo apt-key add - && echo "deb http://repo.mongodb.org/apt/debian buster/mongodb-org/5.0 main" | sudo tee /etc/apt/sources.list.d/mongodb-org-5.0.list
sudo apt-get update && sudo apt-get -y install python3-wheel python3-pip mongodb-org
python -m pip install -q flake8
pip install git+https://github.com/mupif/mupif.git@master
pip install -r requirements.txt
- name: Lint with flake8
run: |
Expand Down

0 comments on commit cb077ee

Please sign in to comment.