Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
Xenepix38 committed Nov 27, 2023
1 parent a60dedc commit 130f294
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,30 +10,30 @@ permissions:
contents: write

jobs:
# api-schema:
# name: API schema
# runs-on: ubuntu-latest
api-schema:
name: API schema
runs-on: ubuntu-latest

# steps:
# - uses: actions/checkout@v4
# with:
# ref: ${{ github.event.pull_request.head.sha || github.ref }}
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha || github.ref }}

# - name: Set up python
# uses: actions/setup-python@v4
# with:
# python-version: "3.11"
# architecture: "x64"
- name: Set up python
uses: actions/setup-python@v4
with:
python-version: "3.11"
architecture: "x64"

# - name: Install dependencies
# run: |
# python -m pip install --upgrade pip
# pip install pip-tools
# pip-compile ./requirements/development.txt --output-file ./full-requirements.txt --resolver=backtracking
# pip install -r ./full-requirements.txt
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pip-tools
pip-compile ./requirements/development.txt --output-file ./full-requirements.txt --resolver=backtracking
pip install -r ./full-requirements.txt
# - name: Lint with ruff
# run: python tests/test_app/manage.py spectacular --file docs/schema.yml
- name: Lint with ruff
run: python tests/test_app/manage.py spectacular --file docs/schema.yml

deploy:
# needs: api-schema
Expand Down

0 comments on commit 130f294

Please sign in to comment.