Skip to content

Commit 7149ee3

Browse files
committed
fix: update Windows setup to correctly export PATH for Spice installation
1 parent 3857199 commit 7149ee3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ jobs:
109109
shell: wsl-bash {0}
110110
run: |
111111
curl https://install.spiceai.org | /bin/bash
112-
echo "$HOME/.spice/bin" >> $GITHUB_PATH
113112
$HOME/.spice/bin/spice install
114113
115114
- name: Init and start spice app
@@ -133,6 +132,7 @@ jobs:
133132
if: matrix.os == 'windows-latest'
134133
shell: wsl-bash {0}
135134
run: |
135+
export PATH="$HOME/.spice/bin:$PATH"
136136
spice init spice_qs
137137
cd spice_qs
138138
spice add spiceai/quickstart

0 commit comments

Comments
 (0)