We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3857199 commit 7149ee3Copy full SHA for 7149ee3
1 file changed
.github/workflows/test.yml
@@ -109,7 +109,6 @@ jobs:
109
shell: wsl-bash {0}
110
run: |
111
curl https://install.spiceai.org | /bin/bash
112
- echo "$HOME/.spice/bin" >> $GITHUB_PATH
113
$HOME/.spice/bin/spice install
114
115
- name: Init and start spice app
@@ -133,6 +132,7 @@ jobs:
133
132
if: matrix.os == 'windows-latest'
134
135
+ export PATH="$HOME/.spice/bin:$PATH"
136
spice init spice_qs
137
cd spice_qs
138
spice add spiceai/quickstart
0 commit comments