Skip to content

Commit

Permalink
Rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
betodealmeida committed Sep 24, 2024
1 parent 38642c8 commit 986bd59
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/python-package-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ jobs:
run: |
python -m pip install --upgrade pip setuptools
python -m pip install -e '.[testing]'
- name: Install multicorn2
run: |
git clone https://github.com/pgsql-io/multicorn2.git
cd multicorn2
git checkout v2.5
pip install -e '.[testing]'
- name: Test with pytest
run: |
pytest --cov-fail-under=100 --cov=src/shillelagh -vv tests/ --doctest-modules src/shillelagh --without-integration --without-slow-integration
6 changes: 0 additions & 6 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ jobs:
run: |
python -m pip install --upgrade pip setuptools
python -m pip install -r requirements/test.txt
- name: Install multicorn2
run: |
git clone https://github.com/pgsql-io/multicorn2.git
cd multicorn2
git checkout v2.5
pip install -r requirements/test.txt
- name: Test with pytest
run: |
pre-commit run --all-files
Expand Down

0 comments on commit 986bd59

Please sign in to comment.