Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dorisjlee committed May 22, 2021
1 parent b76bbc6 commit f40cef6
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,16 @@ jobs:
pip install wheel
pip install -r requirements.txt
pip install -r requirements-dev.txt
pip uninstall -y lux-widget
# Install the latest version of lux widget
git clone https://github.com/lux-org/lux-widget.git
cd lux-widget
pip install .
cd ..
rm -rf lux-widget
################
pip install sqlalchemy
pip uninstall -y lux-widget
pip install git+git://github.com/lux-org/lux-widget.git
# Temporary Fix (#372)
cd /opt/hostedtoolcache/Python/3.7.10/x64/lib/python3.7/site-packages/luxwidget/
mkdir labextension
cd labextension
wget https://raw.githubusercontent.com/lux-org/lux-widget/master/luxwidget/nbextension/package.json
- name: Upload data to Postgres
run: |
python lux/data/upload_car_data.py
Expand Down

0 comments on commit f40cef6

Please sign in to comment.