Skip to content

Commit

Permalink
Update Funnel installation
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeckman314 committed Mar 2, 2024
1 parent c3addbf commit a4c8c1f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a4c8c1f

Please sign in to comment.