Skip to content

Commit

Permalink
add docs reqs install
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshalX committed Nov 17, 2023
1 parent 4e36afe commit 7ce2859
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/codegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: |
Expand Down

0 comments on commit 7ce2859

Please sign in to comment.