Skip to content

Commit f9b5069

Browse files
authored
fix: simplify ci (#20)
1 parent 82af3b0 commit f9b5069

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@ jobs:
2525
- uses: astral-sh/setup-uv@v5
2626
with:
2727
python-version: ${{ matrix.python-version }}
28-
- name: Get DuckDB
29-
run: |
30-
wget https://github.com/duckdb/duckdb/releases/download/v1.2.2/libduckdb-linux-amd64.zip
31-
unzip libduckdb-linux-amd64.zip -d /opt/duckdb
32-
- name: Install
33-
run: uv sync --all-extras
3428
- name: Lint
3529
run: scripts/lint
3630
- name: Test

0 commit comments

Comments
 (0)