Skip to content

Commit

Permalink
Roll back to setup-python-v1 to avoid build failure (#9189)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhailshilkov committed Mar 14, 2022
1 parent 2b3fbdb commit 512b2f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
cache: pip
Expand Down Expand Up @@ -238,7 +238,7 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
cache: pip
Expand Down

0 comments on commit 512b2f6

Please sign in to comment.