Skip to content

Commit

Permalink
Revert "fix: adding --user option for pip installs inside build-and-t…
Browse files Browse the repository at this point in the history
…est workflow"

This reverts commit 1a5c37d.
  • Loading branch information
julienroyd committed Feb 16, 2024
1 parent 1a5c37d commit 43e9ed6
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 @@ -9,7 +9,7 @@ depends =
setenv =
py3{10}: COVERAGE_FILE = .coverage.{envname}
install_command =
pip install --user -U {opts} {packages} --find-links https://data.pyg.org/whl/torch-2.1.2+cpu.html
pip install -U {opts} {packages} --find-links https://data.pyg.org/whl/torch-2.1.2+cpu.html
deps =
py310: -r requirements/dev-3.10.txt

Expand Down

0 comments on commit 43e9ed6

Please sign in to comment.