File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -171,6 +171,20 @@ jobs:
171171 run : check/pytest -n auto --ignore=cirq-core/cirq/contrib --rigetti-integration
172172 - name : Stop Quil dependencies
173173 run : docker-compose -f cirq-rigetti/docker-compose.test.yaml down
174+ pip-compile :
175+ name : Check consistency of requirements
176+ runs-on : ubuntu-20.04
177+ steps :
178+ - uses : actions/checkout@v2
179+ - uses : actions/setup-python@v1
180+ with :
181+ python-version : ' 3.8'
182+ architecture : ' x64'
183+ - name : Install requirements
184+ run : pip install pip-tools
185+ - name : Test dependencies with pip-compile
186+ run : |
187+ pip-compile --resolver=backtracking dev_tools/requirements/deps/cirq-all.txt -o-
174188 build_docs :
175189 name : Build docs
176190 runs-on : ubuntu-20.04
You can’t perform that action at this time.
0 commit comments