Skip to content

Commit

Permalink
(use uv instead of pip)
Browse files Browse the repository at this point in the history
  • Loading branch information
eudoxos committed Dec 11, 2024
1 parent 22780ac commit fb3ae73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ 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 git+https://github.com/mupif/mupif.git@master
pip install -r requirements.txt
python -m pip install -q flake8 uv
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 fb3ae73

Please sign in to comment.