Skip to content

Commit 9c14812

Browse files
committed
fix errant justfile commit
1 parent 125bfb9 commit 9c14812

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

justfile

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
set windows-shell := ["powershell.exe", "-NoLogo", "-Command"]
22
set unstable := true
3-
4-
#set script-interpreter := ['uv', 'run', '--script']
5-
6-
set script-interpreter := ['python']
3+
set script-interpreter := ['uv', 'run', '--script']
74

85
export PYTHONPATH := source_directory()
96

0 commit comments

Comments
 (0)