Skip to content

Commit

Permalink
Add BUILD_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Jan 23, 2020
1 parent 41187c4 commit 7fe1e7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ 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
env:
BUILD_VERSION: ${{ steps.vars.outputs.build_version }}
run: |
./scripts/build.sh --skip-services -b $BUILD_VERSION
./scripts/install.sh master
Expand Down

0 comments on commit 7fe1e7a

Please sign in to comment.