Skip to content

Commit

Permalink
Try out actions/setup-python@v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Jul 21, 2020
1 parent 2b8b730 commit dec637b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Set up Python ${{ env.PYTHON_VERSION }}
uses: actions/setup-python@v2
uses: actions/setup-python@v2.1.1
if: >-
!fromJSON(env.USE_DEADSNAKES) && true || false
with:
Expand Down

0 comments on commit dec637b

Please sign in to comment.