Skip to content

Commit

Permalink
Make sure to install the correct version of the libtpu in test_installs
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuntowicz committed Apr 15, 2024
1 parent ddc9503 commit 7aff90e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ pypi_upload: ${PACKAGE_DIST} ${PACKAGE_WHEEL}

# Tests
test_installs:
python -m pip install --extra-index-url https://storage.googleapis.com/libtpu-releases/index.html .[tests]
python -m pip install -r requirements.txt
python -m pip install .[tests]

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

0 comments on commit 7aff90e

Please sign in to comment.