Skip to content
Snippets Groups Projects
Commit 33350345 authored by jugglinmike's avatar jugglinmike Committed by Leo Balter
Browse files

Reference `requirements.txt` file in CI (#983)

Installing dependencies using this file increases parity between the CI
and development environment. Because the file explicitly specifies a
version of the package to be installed, this approach also produces more
predictable results overall.
parent f759df63
No related branches found
No related tags found
No related merge requests found
language: python
install: pip install pyyaml
install: pip install --requirement tools/generation/requirements.txt
script:
- echo The test generation tool should be working.
- ./tools/generation/test/run.py
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment