Skip to content

Commit

Permalink
add step to configure git
Browse files Browse the repository at this point in the history
  • Loading branch information
jfischer committed Dec 20, 2020
1 parent 7b3a4c1 commit 98bf184
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/run-tests-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install mypy pyflakes jupyter joblib sklearn
- name: Configure git
run: |
git config --global user.name test
git config --global user.email test@dataworkspaces.ai
- name: Install dws
run: |
pip install --editable `pwd`
Expand Down

0 comments on commit 98bf184

Please sign in to comment.