Skip to content

Commit

Permalink
ci: add pipenv install
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse committed Feb 20, 2021
1 parent 6980d67 commit 4b41e12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/semantic_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install python-semantic-release
pip install python-semantic-release pipenv
make init
- name: Make documentation
run: |
make docs
Expand Down

0 comments on commit 4b41e12

Please sign in to comment.