From be2534488a705d0a980377896c5f30b0f303ff86 Mon Sep 17 00:00:00 2001 From: TheByronHimes Date: Tue, 19 Sep 2023 08:35:28 +0000 Subject: [PATCH] Install package to run checks that reference it --- .github/workflows/check_config_docs.yaml | 2 +- .github/workflows/check_openapi_spec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check_config_docs.yaml b/.github/workflows/check_config_docs.yaml index f863f80b..646e1150 100644 --- a/.github/workflows/check_config_docs.yaml +++ b/.github/workflows/check_config_docs.yaml @@ -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 diff --git a/.github/workflows/check_openapi_spec.yaml b/.github/workflows/check_openapi_spec.yaml index 5fad821c..683b92bf 100644 --- a/.github/workflows/check_openapi_spec.yaml +++ b/.github/workflows/check_openapi_spec.yaml @@ -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