Skip to content

Commit

Permalink
Install dev wheels in ToolShed tests
Browse files Browse the repository at this point in the history
Fix ToolShed tests failing on release branches due to playwright
not being installed, e.g.:

https://github.com/galaxyproject/galaxy/actions/runs/7090013789

Broken in commit 0666747 .
  • Loading branch information
nsoranzo committed Dec 4, 2023
1 parent 06a5d2e commit ef5581c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/toolshed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
path: 'galaxy root/.venv'
key: gxy-venv-${{ runner.os }}-${{ steps.full-python-version.outputs.version }}-${{ hashFiles('galaxy root/requirements.txt') }}-toolshed
- name: Install dependencies
run: ./scripts/common_startup.sh --skip-client-build
run: ./scripts/common_startup.sh --dev-wheels --skip-client-build
working-directory: 'galaxy root'
- name: Build Frontend
run: |
Expand Down

0 comments on commit ef5581c

Please sign in to comment.