Skip to content

Commit 3b60356

Browse files
committed
bump
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent a0063a8 commit 3b60356

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
@@ -52,7 +52,7 @@ def pip_install(*args: str) -> None:
5252
'install', '--require-virtualenv', '--no-input', '--progress-bar=off', '--no-color',
5353
'--python-version=3.14', # needed for compatibility
5454
'--only-binary=:all:',
55-
'-t', join(env_dir, 'lib', f'python{version_info[0]}.{version_info[1]}', 'site-packages'),
55+
'-t', f'{env_dir}/lib/python{version_info[0]}.{version_info[1]}/site-packages',
5656
'-c', constraint_file, # needed for reproducibility
5757
*args,
5858
)

0 commit comments

Comments
 (0)