Skip to content

Commit

Permalink
Rename GitHub Actions tasks (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Apr 28, 2020
1 parent 221443a commit d2e29ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ on:

jobs:
test:
name: ${{ matrix.os }} / ${{ matrix.python_version }}
runs-on: ${{ matrix.os }}-latest
strategy:
fail-fast: false
matrix:
os: [ubuntu, windows, macOS]
os: [Ubuntu, Windows, macOS]
# Python 3.4 is not available from actions/setup-python@v1.
python_version: ['2.7', '3.5', '3.6', '3.7', '3.8', 'pypy2', 'pypy3']
exclude:
Expand Down

0 comments on commit d2e29ed

Please sign in to comment.