Skip to content

Commit

Permalink
Remove --user to the install_command in tox
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasdabbas committed Feb 7, 2024
1 parent df8c786 commit 5544294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ passenv =
GOOG_CSE_KEY
GOOG_CSE_CX
ADV_TEST_OFFLINE
install_command = pip install --user pandas scrapy twython requests pyarrow {packages}
install_command = pip install pandas scrapy twython requests pyarrow {packages}

0 comments on commit 5544294

Please sign in to comment.