diff --git a/.github/workflows/toolshed.yaml b/.github/workflows/toolshed.yaml index 4e3a2b2cac8c..6207d3a0fd86 100644 --- a/.github/workflows/toolshed.yaml +++ b/.github/workflows/toolshed.yaml @@ -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: |