Skip to content

Commit c83af26

Browse files
committed
🩹
1 parent e3ced76 commit c83af26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
python -m pip install --upgrade pip
4444
pip install tox
45-
pip install -r requirements.txt docs/requirements.txt
45+
pip install -r requirements.txt -r docs/requirements.txt
4646
- name: Build JSON Schemas
4747
run: tox -e generate_json_schemas
4848
env:

0 commit comments

Comments
 (0)