Skip to content

Commit

Permalink
ci: change timing of sync_deps
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse committed Mar 30, 2021
1 parent 7f9c154 commit d299519
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/semantic_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
python -m pip install --upgrade pip
pip install python-semantic-release pipenv
make init
make sync_deps
- name: Make documentation
run: |
make docs
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ init:
pip3 install --upgrade pip pipenv
pipenv lock
pipenv install --three --dev
lint: flake8 docstyle pylint sync_deps
lint: flake8 docstyle pylint
flake8:
pipenv run flake8 teslajsonpy
docstyle:
Expand Down

0 comments on commit d299519

Please sign in to comment.