Skip to content

Commit d4d604a

Browse files
committed
add shillelagh to just superset-python-unittest.yml
1 parent 38653b3 commit d4d604a

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/superset-python-unittest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
pip-upgrade
6363
pip install wheel
6464
pip install -r requirements/development.txt
65+
pip install shillelagh
6566
mkdir ${{ github.workspace }}/.temp
6667
- name: Python unit tests
6768
if: steps.check.outcome == 'failure'

requirements/development.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -810,3 +810,4 @@ zope-interface==5.4.0
810810
# The following packages are considered to be unsafe in a requirements file:
811811
# setuptools
812812
-e .
813+
-e .

requirements/pip-compile-superset.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pip-compile -o requirements/base.txt $pip_compile_flags
2626

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

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

0 commit comments

Comments
 (0)