Skip to content

Commit

Permalink
fixing for 3.6 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ampledata committed Jun 20, 2024
1 parent fa4e3c2 commit 4cca703
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 @@ -27,10 +27,10 @@ develop:
python3 setup.py develop

editable:
python3 -m pip install -e . --break-system-packages
python3 -m pip install -e .

install_test_requirements:
python3 -m pip install -r requirements_test.txt --break-system-packages
python3 -m pip install -r requirements_test.txt

install:
python3 setup.py install
Expand Down

0 comments on commit 4cca703

Please sign in to comment.