mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 00:36:56 +02:00
gha: more fixes
This commit is contained in:
parent
0f08b94dbd
commit
64745ab4a2
2 changed files with 10 additions and 6 deletions
3
.github/workflows/test.yaml
vendored
3
.github/workflows/test.yaml
vendored
|
|
@ -45,6 +45,9 @@ jobs:
|
|||
runs-on: windows-2019
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.12"
|
||||
- run: ./scripts/vendor.sh
|
||||
shell: bash
|
||||
- run: ls vendor/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue