Skip to content

Commit

Permalink
Unbreak sapp CI build (#225)
Browse files Browse the repository at this point in the history
Summary:
`requirements.txt` is removed in [this commit](4288a95)
The requirements are already automatically installed during setup. Therefore, we don't need to run `pip install -r requirements.txt`, and we can simply remove the line in CI config.
Pull Request resolved: #225

Differential Revision: D19286310

Pulled By: gbleaney

fbshipit-source-id: d64a75bc45bd19376929edd377be5ce83e1e2887
  • Loading branch information
SamChou19815 authored and facebook-github-bot committed Jan 6, 2020
1 parent c4c7c55 commit ca18cbf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -17,5 +17,4 @@ jobs:
install: scripts/travis_install_build_dependencies.sh
script: ./scripts/setup.sh --local
- name: "Build and run tests for sapp"
install: pip install -r tools/sapp/requirements.txt
script: cd tools/sapp && python3 setup.py test

0 comments on commit ca18cbf

Please sign in to comment.