Skip to content

Commit

Permalink
Simplify text matrix YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjc committed Dec 9, 2021
1 parent ccde8e2 commit 4878de9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,7 @@ jobs:
strategy:
fail-fast: false
matrix:
include:
- python-version: "3.6"
- python-version: "3.7"
- python-version: "3.8"
- python-version: "3.9"
- python-version: "3.10"
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 4878de9

Please sign in to comment.