Use pip directly to install FastAPI in its integration test (#4282)

This commit is contained in:
Ofek Lev
2022-08-03 11:18:45 -04:00
committed by GitHub
parent d381eda658
commit 338a70de9f
+1 -2
View File
@@ -9,7 +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 -U flit
flit install
pip install .[all,dev,doc,test]
./scripts/test.sh