Skip to content

Commit 08810fe

Browse files
committed
Ignore py37 getting-started
The py37 env was removed in 4a2cb86 and now tox 4 fails instead of ignore it like tox-factor.
1 parent bf161d5 commit 08810fe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ jobs:
5656
- "propagator-b3"
5757
- "propagator-jaeger"
5858
os: [ubuntu-20.04, windows-2019]
59+
exclude:
60+
- python-version: py37
61+
package: "getting-started"
62+
5963
steps:
6064
- name: Checkout Core Repo @ SHA - ${{ github.sha }}
6165
uses: actions/checkout@v2

0 commit comments

Comments
 (0)