Skip to content

Commit

Permalink
Add dolt install back to CI -- a runtime post-install isn't a great idea
Browse files Browse the repository at this point in the history
Signed-off-by: Max Hoffman <[email protected]>
  • Loading branch information
max-hoffman committed Apr 17, 2021
1 parent 60b66fb commit 5b1b48b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/pythonbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ jobs:
make -C plugins install-all-dev
sudo bash -c 'curl -L https://github.com/dolthub/dolt/releases/latest/download/install.sh | sudo bash'
pip freeze
- name: Install Dolt
run: |
sudo bash -c 'curl -L https://github.com/dolthub/dolt/releases/latest/download/install.sh | sudo bash'
dolt config --global --add user.email [email protected]
dolt config --global --add user.name "Bojack Horseman"
dolt config --global --add metrics.host eventsapi.awsdev.ld-corp.com
dolt config --global --add metrics.port 443
- name: Lint
run: |
make lint
Expand Down

0 comments on commit 5b1b48b

Please sign in to comment.