Skip to content

Commit

Permalink
pip upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
cle-b committed Jun 29, 2024
1 parent fa210e3 commit 32b6e59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ clean:

ci:
python -m pip install pip --upgrade
python -m pip install setuptools wheel --upgrade
python -m pip install pip setuptools wheel --upgrade
pip install -r requirements-dev.txt
pip install .
python -m pytest -v -m "not ui" tests/ --ignore=tests/ui/
Expand All @@ -53,7 +53,7 @@ testall:

ciall:
python -m pip install pip --upgrade
python -m pip install setuptools wheel --upgrade
python -m pip install pip setuptools wheel --upgrade
pip install -r requirements-dev.txt
pip install -r requirements-dev-ui.txt
pip install .
Expand Down

0 comments on commit 32b6e59

Please sign in to comment.