We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3ced76 commit c83af26Copy full SHA for c83af26
1 file changed
.github/workflows/python-publish.yml
@@ -42,7 +42,7 @@ jobs:
42
run: |
43
python -m pip install --upgrade pip
44
pip install tox
45
- pip install -r requirements.txt docs/requirements.txt
+ pip install -r requirements.txt -r docs/requirements.txt
46
- name: Build JSON Schemas
47
run: tox -e generate_json_schemas
48
env:
0 commit comments