Skip to content
Snippets Groups Projects
Commit b19385f0 authored by Erwan Rouchet's avatar Erwan Rouchet Committed by Bastien Abadie
Browse files

Fix OpenAPI CI job using wrong DRF version

parent 8ea16f35
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ backend-openapi:
before_script: []
script:
- mkdir -p output
- pip install -e .
- pip install --no-deps -e .
- arkindex/manage.py generateschema > output/original.yml
- openapi/patch.py openapi/patch.yml output/original.yml > output/schema.yml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment