Skip to content

Commit

Permalink
add shillelagh to just superset-python-unittest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Mar 12, 2024
1 parent 1f7a506 commit 05268a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/superset-python-unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
pip-upgrade
pip install wheel
pip install -r requirements/development.txt
pip install shillelagh
mkdir ${{ github.workspace }}/.temp
- name: Python unit tests
if: steps.check.outcome == 'failure'
Expand Down
1 change: 1 addition & 0 deletions requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -810,3 +810,4 @@ zope-interface==5.4.0
# The following packages are considered to be unsafe in a requirements file:
# setuptools
-e .
-e .
2 changes: 1 addition & 1 deletion requirements/pip-compile-superset.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pip-compile -o requirements/base.txt $pip_compile_flags

# Compile the development requirements with extras
pip-compile -o requirements/development.txt -v $pip_compile_flags \
--extra bigquery,cors,development,druid,hive,gevent,mysql,postgres,presto,prophet,trino,gsheets,playwright,thumbnails
--extra bigquery,cors,development,druid,hive,gevent,mysql,postgres,presto,prophet,trino,gsheets,playwright,shillelagh,thumbnails

# Append '-e .' to both requirements files to include the project itself
echo "-e ." >> requirements/base.txt
Expand Down

0 comments on commit 05268a7

Please sign in to comment.