Skip to content

Commit

Permalink
[ci-win] test download SQLite driver
Browse files Browse the repository at this point in the history
  • Loading branch information
cocoa-xu committed Jul 9, 2023
1 parent e4130c7 commit 317eefd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ jobs:
with:
arch: x64

- name: Test download SQLite driver
shell: bash
run: |
curl -fSL -vvv https://github.com/apache/arrow-adbc/releases/download/apache-arrow-adbc-0.5.1/adbc_driver_sqlite-0.5.1-py3-none-win_amd64.whl -o adbc_driver_sqlite-0.5.1-py3-none-win_amd64.whl | true
- name: Compile and Test
shell: bash
run: |
Expand Down

0 comments on commit 317eefd

Please sign in to comment.