Skip to content

Commit

Permalink
Update action param
Browse files Browse the repository at this point in the history
  • Loading branch information
omonbek22 committed Oct 31, 2023
1 parent 73fbfda commit 5d790f9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,11 @@ jobs:
python-version: ${{ matrix.python }}
- name: Setup Python v2.7
if: ${{ matrix.python == '2.7' }}
uses: MatteoH2O1999/setup-python@v1
uses: MatteoH2O1999/setup-python@v2
with:
python-version: ${{ matrix.python }}
allow-build: info
cache-build: true
cache: pip
- name: update pip
run: |
pip install -U wheel
Expand Down

0 comments on commit 5d790f9

Please sign in to comment.