Skip to content

Commit 16d117b

Browse files
committed
chore(ci): remove unused and undeclared OS matrix env
1 parent 74f7f5a commit 16d117b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/python_build.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
matrix:
2929
python-version: [3.7, 3.8, 3.9]
3030
env:
31-
OS: ${{ matrix.os }}
3231
PYTHON: ${{ matrix.python-version }}
3332
steps:
3433
- uses: actions/checkout@v3
@@ -56,6 +55,6 @@ jobs:
5655
with:
5756
file: ./coverage.xml
5857
# flags: unittests
59-
env_vars: OS,PYTHON
58+
env_vars: PYTHON
6059
name: aws-lambda-powertools-python-codecov
6160
# fail_ci_if_error: true # failing more consistently making CI unreliable despite all tests above passing

0 commit comments

Comments
 (0)