Skip to content

Commit

Permalink
fix ibis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
goldmedal committed Oct 11, 2024
1 parent 2881485 commit 9738b22
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ibis-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ jobs:
EOF
sudo odbcinst -i -d -f free.tds.ini
- name: Install dependencies
run: just install
run: |
just install
just install-core
- name: Run tests
env:
WREN_ENGINE_ENDPOINT: http://localhost:8080
Expand Down

0 comments on commit 9738b22

Please sign in to comment.