mirror of https://github.com/tc39/test262.git
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.
This commit is contained in:
parent
f759df6322
commit
3335034510
|
@ -1,5 +1,5 @@
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue