Skip to content

Commit

Permalink
setup python in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shyamd committed Jan 10, 2020
1 parent 4709c73 commit 044a9ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ jobs:
steps:
- uses: actions/checkout@v1

- uses: actions/setup-python@v1
with:
python-version: 3.7

- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 044a9ae

Please sign in to comment.