You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Taskfile.yml
+9-24Lines changed: 9 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,9 @@ includes:
27
27
web:
28
28
taskfile: ./web
29
29
dir: ./web
30
+
python:
31
+
taskfile: ./prqlc/bindings/prqlc-python
32
+
dir: ./prqlc/bindings/prqlc-python
30
33
31
34
vars:
32
35
# Keep in sync with .vscode/extensions.json
@@ -112,13 +115,7 @@ tasks:
112
115
113
116
install-cargo-tools-binstall:
114
117
cmds:
115
-
# Currently pinning 1.1.2 because of https://github.com/cargo-bins/cargo-binstall/issues/1292, and using `+stable` because it's not supported by 1.68.2.
0 commit comments