Skip to content

Commit

Permalink
Install package to run checks that reference it
Browse files Browse the repository at this point in the history
  • Loading branch information
TheByronHimes committed Sep 19, 2023
1 parent 7378188 commit be25344
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_config_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
- name: Check config docs
run: |
export ${{ steps.common.outputs.CONFIG_YAML_ENV_VAR_NAME }}="${{ steps.common.outputs.CONFIG_YAML }}"
pip install .
./scripts/update_config_docs.py --check
2 changes: 1 addition & 1 deletion .github/workflows/check_openapi_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
- name: Check if openapi.yaml is up to date
run: |
export ${{ steps.common.outputs.CONFIG_YAML_ENV_VAR_NAME }}="${{ steps.common.outputs.CONFIG_YAML }}"
pip install .
./scripts/update_openapi_docs.py --check

0 comments on commit be25344

Please sign in to comment.