Skip to content

Commit 0803997

Browse files
committed
update pytest-cueq install
1 parent 656afae commit 0803997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unittest.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Install requirements (with cueq)
4040
run: |
4141
pip install -U pip
42-
pip install .[dev, cueq]
42+
pip install ".[dev, cueq]"
4343
4444
- name: Log installed environment (with cueq)
4545
run: |

0 commit comments

Comments
 (0)