Skip to content

Commit

Permalink
CI: Update actions/setup-python to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Unrud committed Jul 23, 2020
1 parent 1edfb16 commit ac0cfea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v1
- uses: actions/setup-python@v2
with:
python-version: 3.x
- name: Install dependencies
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ jobs:
python-version: [3.5, 3.6, 3.7, 3.8, pypy3]
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v1
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install from source
Expand All @@ -32,8 +31,7 @@ jobs:
if: github.event_name == 'push'
runs-on: ubuntu-latest
steps:
- name: Set up Python
uses: actions/setup-python@v1
- uses: actions/setup-python@v2
with:
python-version: 3.x
- name: Install Coveralls
Expand Down

0 comments on commit ac0cfea

Please sign in to comment.