We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 656afae commit 0803997Copy full SHA for 0803997
.github/workflows/unittest.yaml
@@ -39,7 +39,7 @@ jobs:
39
- name: Install requirements (with cueq)
40
run: |
41
pip install -U pip
42
- pip install .[dev, cueq]
+ pip install ".[dev, cueq]"
43
44
- name: Log installed environment (with cueq)
45
0 commit comments