Skip to content

Commit

Permalink
Test with actions/setup-python@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Collins committed Feb 21, 2022
1 parent 159c3be commit d2f0fa4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: ["3.5", "3.6", "3.7", "3.8", "3.9"]
python-version: ["3.5", "3.6", "3.7", "3.8", "3.9"]

steps:
- uses: actions/checkout@v1

- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python }}
python-version: ${{ matrix.python-version }}

- name: Install package
run: |
Expand Down

0 comments on commit d2f0fa4

Please sign in to comment.