Skip to content

Commit

Permalink
install mupif in workflow definition (and use uv there for the speedup)
Browse files Browse the repository at this point in the history
  • Loading branch information
eudoxos committed Dec 13, 2024
1 parent e3b6cc3 commit 0299481
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ jobs:
run: |
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 -r requirements.txt
python -m pip install -q uv
uv pip install --system flake8
uv pip install --system git+https://github.com/mupif/mupif.git@master
uv pip install --system -r requirements.txt
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit 0299481

Please sign in to comment.