We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc0bd9c commit 21fbea6Copy full SHA for 21fbea6
1 file changed
.github/workflows/test.yml
@@ -22,14 +22,14 @@ jobs:
22
- name: Setup Extism and XTP
23
run: |
24
curl -O https://raw.githubusercontent.com/extism/js-pdk/main/install.sh
25
- sh install.sh
26
- curl https://static.dylibso.com/cli/install.sh | sh
+ bash install.sh
+ curl https://static.dylibso.com/cli/install.sh | bash
27
28
- name: Setup extism-py
29
30
curl -O https://raw.githubusercontent.com/extism/python-pdk/main/install.sh
31
32
- curl -LsSf https://astral.sh/uv/install.sh | sh
+ curl -LsSf https://astral.sh/uv/install.sh | bash
33
34
- name: Setup Python
35
uses: actions/setup-python@v5
0 commit comments