Skip to content

Commit

Permalink
Fix 4spaces -> tab in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuntowicz committed Apr 15, 2024
1 parent 7aff90e commit fa55eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ pypi_upload: ${PACKAGE_DIST} ${PACKAGE_WHEEL}
# Tests
test_installs:
python -m pip install -r requirements.txt
python -m pip install .[tests]
python -m pip install .[tests]

tests: test_installs
python -m pytest -sv tests
Expand Down

0 comments on commit fa55eb8

Please sign in to comment.