Skip to content

Commit

Permalink
Install dev-wheels in openapi schema lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Feb 2, 2023
1 parent 1351ca3 commit c6dbab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint_openapi_schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
path: 'galaxy root/.venv'
key: gxy-venv-${{ runner.os }}-${{ steps.full-python-version.outputs.version }}-${{ hashFiles('galaxy root/requirements.txt') }}-api
- 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: Lint schema
run: make lint-api-schema
Expand Down

0 comments on commit c6dbab2

Please sign in to comment.