Skip to content

Commit

Permalink
✅ Update FastAPI test script (#6117)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex committed Jun 13, 2023
1 parent 5d1ab9e commit b386008
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changes/6117-Kludex.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update install method of FastAPI for internal tests in CI.
2 changes: 1 addition & 1 deletion tests/test_fastapi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ latest_tag_commit=$(git rev-list --tags --max-count=1)
latest_tag=$(git describe --tags "${latest_tag_commit}")
git checkout "${latest_tag}"

pip install .[all,dev,doc,test]
pip install -r requirements.txt

./scripts/test.sh

0 comments on commit b386008

Please sign in to comment.