Skip to content

Commit e8be728

Browse files
committed
fix test-lock
1 parent e4e1f7d commit e8be728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ install-oracle:
4444

4545
# lock to specific python and versions of given dependencies
4646
test-lock +PACKAGES:
47-
python -c "import tomlkit,sys;f='pyproject.toml';d=tomlkit.parse(open(f).read());d['project']['requires-python']='{}'.format(sys.version.split()[0]);open(f,'w').write(tomlkit.dumps(d))"
47+
poetry run python -c "import tomlkit,sys;f='pyproject.toml';d=tomlkit.parse(open(f).read());d['project']['requires-python']='{}'.format(sys.version.split()[0]);open(f,'w').write(tomlkit.dumps(d))"
4848
poetry add {{ PACKAGES }}
4949

5050
# run static type checking

0 commit comments

Comments
 (0)