From 7ce2859e1fcbb7268d2c3b3ee19b5db955fc3272 Mon Sep 17 00:00:00 2001 From: "Ilya (Marshal)" Date: Fri, 17 Nov 2023 21:15:41 +0100 Subject: [PATCH] add docs reqs install --- .github/workflows/codegen.yml | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/.github/workflows/codegen.yml b/.github/workflows/codegen.yml index ab3c1f75..4fd2de6f 100644 --- a/.github/workflows/codegen.yml +++ b/.github/workflows/codegen.yml @@ -7,16 +7,7 @@ permissions: jobs: codegen_check: - runs-on: ${{ matrix.os }} - - strategy: - matrix: - os: [ ubuntu-latest ] - - defaults: - run: - shell: bash - + runs-on: ubuntu-latest steps: - name: Checkout repository. uses: actions/checkout@v4 @@ -27,7 +18,9 @@ jobs: python-version: 3.7 - name: Install dependencies. - run: pip install -r requirements-dev.txt + run: | + pip install -r requirements-dev.txt + pip install -r docs/requirements.txt - name: Run codegen. run: |