Skip to content

Commit b1f0d7b

Browse files
committed
try fix CI
1 parent 35afd1a commit b1f0d7b

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
@@ -45,7 +45,7 @@ install-oracle:
4545
# lock to specific python and versions of given dependencies
4646
test-lock +PACKAGES:
4747
pip install tomlkit
48-
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))"
48+
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))"
4949
poetry add {{ PACKAGES }}
5050

5151
# run static type checking

0 commit comments

Comments
 (0)