We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dc5fed commit ccdb9bdCopy full SHA for ccdb9bd
.github/workflows/tests.yml
@@ -7,6 +7,13 @@ on:
7
push:
8
branches:
9
- main
10
+ paths-ignore:
11
+ - README.md
12
+ - CHANGELOG.md
13
+ - .gitignore
14
+ - "examples/**"
15
+ - "docker/**"
16
+ - "images/**"
17
pull_request:
18
19
@@ -16,7 +23,8 @@ jobs:
23
strategy:
24
fail-fast: true
25
matrix:
- python-version: ["3.7", "3.8", "3.9"]
26
+ # python-version: ["3.7", "3.8", "3.9"]
27
+ python-version: ["3.7"]
20
28
os: [ubuntu-latest]
21
29
runs-on: ${{ matrix.os }}
22
30
steps:
0 commit comments