Skip to content

Commit 445338b

Browse files
don't run lint on every platform
1 parent 6007822 commit 445338b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/lint_test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ jobs:
3636
runs-on: ubuntu-latest
3737
strategy:
3838
fail-fast: false
39-
matrix:
40-
python_version: ['3.8', '3.9','3.10']
41-
env:
42-
PYTHON_VERSION: ${{ matrix.python_version }}
4339
steps:
4440
- name: Add custom PYTHONUSERBASE to PATH
4541
run: echo '${{ env.PYTHONUSERBASE }}/bin/' >> $GITHUB_PATH

0 commit comments

Comments
 (0)