We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 960a36e commit e919304Copy full SHA for e919304
.github/workflows/lints.yml
@@ -4,13 +4,12 @@ on: [push, pull_request]
4
5
jobs:
6
code-style:
7
- runs-on: ${{ matrix.os }}
+ runs-on: ubuntu-latest
8
strategy:
9
matrix:
10
- os: [ubuntu-latest, windows-latest, macOS-latest]
11
- python-version: ['3.8', '3.9', '3.10']
+ python-version: ['3.9', '3.10']
12
13
- name: Python ${{ matrix.python-version }} on ${{ matrix.os }}
+ name: Python ${{ matrix.python-version }} on ubuntu-latest
14
15
steps:
16
- uses: actions/checkout@v3
0 commit comments