From d1108d4291d87afa34c867f386d3bc80c71dc668 Mon Sep 17 00:00:00 2001 From: zach Date: Mon, 7 Oct 2024 14:55:20 -0700 Subject: [PATCH] ci: which --- .github/workflows/ci_install.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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'