We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 089a2d1 commit 3e0ed4eCopy full SHA for 3e0ed4e
.github/workflows/pythonpackage.yml
@@ -38,6 +38,7 @@ jobs:
38
- name: Install dependencies
39
run: |
40
python -m pip install --upgrade pip
41
+ pip install -r requirements.txt
42
python dev_tools/write-ci-requirements.py --relative-cirq-version=${{ matrix.cirq-version }} --all-extras
43
pip install -r ci-requirements.txt
44
pip install --no-deps -e .
@@ -52,7 +53,6 @@ jobs:
52
53
54
- name: Test with pytest
55
- pip install pytest
56
# RECIRQ_IMPORT_FAILSAFE: skip tests on unsupported Cirq configurations
57
# EXPORT_OMP_NUM_THREADS: pyscf has poor openmp performance which slows down qcqmc tests.
58
export OMP_NUM_THREADS=1
requirements.txt
@@ -6,3 +6,4 @@ seaborn
6
sphinx
7
ipython
8
black
9
+pytest
0 commit comments