Skip to content

Commit 094a3ac

Browse files
authored
Merge pull request #2 from shnmrt/dev
missing installation instruction
2 parents a170376 + 6aefeea commit 094a3ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- name: Install dependencies
2626
run: |
2727
python -m pip install --upgrade pip
28+
pip install .
2829
python -c "import duckdb; duckdb.install_extension('spatial')"
2930
pip install coverage
3031

0 commit comments

Comments
 (0)