Skip to content

Commit add3976

Browse files
committed
bump
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 91ef556 commit add3976

File tree

1 file changed

+1
-1
lines changed
  • tests/_data/infiles/environment/with-extras

1 file changed

+1
-1
lines changed

tests/_data/infiles/environment/with-extras/init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def pip_install(*args: str, site_packages_dir: str) -> None:
5555
'install', '--require-virtualenv', '--no-input', '--progress-bar=off', '--no-color',
5656
'--python-version=3.14', # needed for compatibility/reproducibility
5757
'--only-binary=:all:',
58-
'--target', side_packages_dir,
58+
'--target', site_packages_dir,
5959
'-c', constraint_file, # needed for reproducibility
6060
*args,
6161
)

0 commit comments

Comments
 (0)