Skip to content

Commit

Permalink
fix: error on the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jfaldanam committed Jun 18, 2024
1 parent 294b478 commit c2c3146
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version:
python-version: 3.10

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install ".[dev]"
- name: Generate OpenAPI JSON
run: python scripts/generate_openapi.py
run: python scripts/openapi.py

- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '20'

- name: Install Redoc CLI
run: npm install -g redoc-cli
Expand Down

0 comments on commit c2c3146

Please sign in to comment.