Skip to content

Commit

Permalink
fix: install multicorn2 for daily tests (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
betodealmeida authored Nov 11, 2024
1 parent 71d5799 commit 9a596d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools
python -m pip install -e '.[testing]'
python -m pip install -e '.[testing]' 'multicorn @ git+https://github.com/pgsql-io/multicorn2.git@v2.5'
- name: Test with pytest
run: |
pytest --cov-fail-under=100 --cov=src/shillelagh -vv tests/ --doctest-modules src/shillelagh --without-integration --without-slow-integration

0 comments on commit 9a596d0

Please sign in to comment.