Skip to content

Commit

Permalink
Fix on_release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Jan 23, 2020
1 parent 3013f42 commit 41187c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/on_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
run: |
python setup.py install
- name: Install test dependencies
env:
BUILD_VERSION: ${{ steps.vars.outputs.build_version }}
run: |
python -m pip install pylint mypy pytest
- name: Install unreleased boto3 stubs
Expand Down

0 comments on commit 41187c4

Please sign in to comment.