diff --git a/.github/workflows/ci_install.yml b/.github/workflows/ci_install.yml index 9e1b9d6..98bdf7c 100644 --- a/.github/workflows/ci_install.yml +++ b/.github/workflows/ci_install.yml @@ -19,10 +19,8 @@ jobs: - name: Test Install Script run: | - bash install.sh - ls /tmp - ls /usr/local/bin - ls ~/.local/bin + ./install.sh + which extism-py extism-py --version if: runner.os != 'Windows'