Skip to content

Commit

Permalink
[ADSML-65] Fix upstream bug yaml/pyyaml#478
Browse files Browse the repository at this point in the history
  • Loading branch information
ke li authored and ke li committed Jan 20, 2021
1 parent 9c8a761 commit 2dc9ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
script:
- cd ops-implementations/ads-ml-service
- pip3 install --quiet --upgrade pip
- pip3 install --quiet -r requirements.txt
- pip3 install --quiet datamodel-code-generator~=0.5.30
- pip3 install --quiet -r requirements-ml.txt
- pip3 install --quiet -r requirements.txt --ignore-installed
- cp ../../open-prediction-service.yaml app/gen/tmp.schemas.ops.yaml
- datamodel-codegen --input app/gen/tmp.schemas.ops.yaml --input-file-type openapi --target-python-version 3.7 --output app/gen/schemas/ops_schemas.py
- python3 -m pytest -v app/tests
Expand Down

0 comments on commit 2dc9ef1

Please sign in to comment.