Skip to content

Commit 72d6028

Browse files
author
Rose Yemelyanova
committed
modified openapi workflow to be in line with new skeleton structure
1 parent 4c1cb6f commit 72d6028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/openapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
if: ${{ !matrix.deploy }}
2525
run: |
2626
python -m pip install --upgrade pip
27-
pip install .[dev] -r requirements.txt
27+
pip install -e .[dev]
2828
2929
- name: Make openapi.json
3030
run: |

0 commit comments

Comments
 (0)