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 989792a commit 8fcd5f4Copy full SHA for 8fcd5f4
.github/workflows/ci.yml
@@ -150,6 +150,7 @@ jobs:
150
151
- name: Prepare Python env
152
run: |
153
+ python3 -m pip install -U pip setuptools
154
python3 setup.py gen_reqfile --include-extras=test,braket
155
python3 -m pip install -r requirements.txt --prefer-binary
156
@@ -195,6 +196,7 @@ jobs:
195
196
197
198
199
200
201
202
0 commit comments