Skip to content

Commit

Permalink
And correct the right dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuntowicz committed Apr 15, 2024
1 parent da635a1 commit 026749f
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 @@ -68,7 +68,7 @@ pypi_upload: ${PACKAGE_DIST} ${PACKAGE_WHEEL}

# Tests
test_installs:
python -m pip install .[tests]
python -m pip install -r requirements.txt
python -m pip install .[tests]

tests: test_installs
Expand Down

0 comments on commit 026749f

Please sign in to comment.