Skip to content

Commit

Permalink
ci: install duckdb_engine from repo for now
Browse files Browse the repository at this point in the history
  • Loading branch information
machow committed May 3, 2022
1 parent 714fa97 commit 8dfd3cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
python -m pip install -r requirements-test.txt
# step to test duckdb
# TODO: move these requirements into the test matrix
pip install duckdb_engine
pip install git+https://github.com/Mause/duckdb_engine.git
python -m pip install .
env:
REQUIREMENTS: ${{ matrix.requirements }}
Expand Down

0 comments on commit 8dfd3cf

Please sign in to comment.