Skip to content

Commit

Permalink
CI+Sandbox: Stop using setup.py, instead only use pip
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Oct 18, 2024
1 parent d58a3bd commit da92328
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,7 @@ install-releasetools: setup-virtualenv
@$(pip) install --quiet --requirement requirements-release.txt --upgrade

install-tests: setup-virtualenv
@$(pip) install --quiet --editable .[test] --upgrade
@$(python) setup.py --quiet develop
@$(pip) install --quiet --upgrade --editable='.[test]'
@touch $(venvpath)/bin/activate
@mkdir -p .pytest_results

Expand Down

0 comments on commit da92328

Please sign in to comment.