File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 28
28
key : ${{ env.pythonLocation }}-${{ hashFiles('**/requirements.txt', 'dev_tools/requirements/**/*.txt') }}
29
29
- name : Install requirements
30
30
run : |
31
- pip install --pre cirq &&
31
+ pip install cirq~=1.0.dev &&
32
32
pip install \
33
33
-r dev_tools/requirements/deps/format.txt \
34
34
-r dev_tools/requirements/deps/pylint.txt \
58
58
key : ${{ env.pythonLocation }}-${{ hashFiles('**/requirements.txt', 'dev_tools/requirements/**/*.txt') }}
59
59
- name : Install requirements
60
60
run : |
61
- pip install --pre cirq &&
61
+ pip install cirq~=1.0.dev &&
62
62
pip install -r dev_tools/requirements/deps/format.txt &&
63
63
pip install -r dev_tools/requirements/deps/pylint.txt &&
64
64
pip install -r dev_tools/requirements/deps/pytest.txt &&
84
84
key : ${{ env.pythonLocation }}-${{ hashFiles('**/requirements.txt', 'dev_tools/requirements/**/*.txt') }}
85
85
- name : Install requirements
86
86
run : |
87
- pip install --pre cirq &&
87
+ pip install cirq~=1.0.dev &&
88
88
pip install \
89
89
-r dev_tools/requirements/deps/format.txt \
90
90
-r dev_tools/requirements/deps/pylint.txt \
You can’t perform that action at this time.
0 commit comments