Skip to content

Commit

Permalink
Merge 2f064a7 into 7241c0b
Browse files Browse the repository at this point in the history
  • Loading branch information
liampauling committed Jun 4, 2020
2 parents 7241c0b + 2f064a7 commit e02e855
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
python-version: [3.6, 3.7, 3.8]

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
if: github.ref == 'refs/heads/master'

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2

- name: Set up Python 3.7
uses: actions/setup-python@v1
Expand Down

0 comments on commit e02e855

Please sign in to comment.