We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff20afd commit 6e2b0ecCopy full SHA for 6e2b0ec
1 file changed
.github/workflows/build_and_test_tidesdb.yml
@@ -176,9 +176,10 @@ jobs:
176
shell: msys2 {0}
177
run: |
178
export PATH="/mingw64/bin:$PATH"
179
+ export LD_LIBRARY_PATH="/mingw64/lib:$LD_LIBRARY_PATH"
180
cd tidesdb-python
181
python -m venv venv
182
source venv/bin/activate
183
pip install pytest pytest-cov
184
pip install -e .
- pytest -v
185
+ pytest -v --no-cov
0 commit comments