From a4c8c1fc4073c45a75096050107be79f8f97325f Mon Sep 17 00:00:00 2001 From: Liam Beckman Date: Fri, 1 Mar 2024 17:22:35 -0800 Subject: [PATCH] Update Funnel installation --- .github/workflows/tests.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 86f7ad6..4e8d034 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -41,11 +41,8 @@ jobs: # --cov-report=term-missing \ # --cov-fail-under=99 - - name: Setup tmate session - uses: mxschmitt/action-tmate@v3 - - name: Test with Funnel run: | - /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/ohsu-comp-bio/funnel/develop/install.sh)" -- 0.11.0-rc.4 - ./funnel server --LocalStorage.AllowedDirs $HOME run & + /bin/bash -c "$(curl -fsSL https://github.com/ohsu-comp-bio/funnel/releases/download/0.11.0/install.sh)" -- 0.11.0 + funnel server --LocalStorage.AllowedDirs $HOME run & pytest tests/integration