Skip to content

Commit 7efda79

Browse files
committed
🤷
Signed-off-by: Max Chesterfield <max.chesterfield@zepben.com>
1 parent 5dcc9a6 commit 7efda79

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/python-lib-build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ jobs:
1212
fail-fast: true
1313
matrix:
1414
python-version: [ "3.10", "3.11", "3.12", "3.13" ]
15-
container: python:${{ matrix.python-version }}
16-
env:
17-
TOXENV=${{ matrix.python-version }}
15+
with:
16+
container: python:${{ matrix.python-version }}
17+
env:
18+
TOXENV=${{ matrix.python-version }}
1819

1920

0 commit comments

Comments
 (0)