mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
Use pip directly to install FastAPI in its integration test (#4282)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user