We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9581f2 commit ec0be1aCopy full SHA for ec0be1a
.github/workflows/ci.yml
@@ -87,6 +87,7 @@ jobs:
87
- name: Install package (C++ + Python wrapper) via pip
88
run: |
89
source venv/bin/activate
90
+ cd cli
91
pip install .
92
93
- name: Run Python unit tests
0 commit comments