Skip to content

Commit

Permalink
Updated release step
Browse files Browse the repository at this point in the history
  • Loading branch information
albertogeniola committed Nov 14, 2021
1 parent 3ecb63c commit f0b6ab2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-0.4.x.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,11 +207,11 @@ jobs:
needs: [release_checks]
if: ${{ success() }}
steps:
- uses: actions/checkout@v2
- name: Setup Python 3.10
uses: actions/setup-python@v2
with:
python-version: 3.10
- uses: actions/checkout@v2
python-version: "3.10"
- name: Install python dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit f0b6ab2

Please sign in to comment.