Skip to content

Commit b23b35d

Browse files
committed
Set correct env format
1 parent a57a932 commit b23b35d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test_and_lint_python_package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
contents: read
2020
with:
2121
python-versions: '["3.12", "3.13", "3.14"]'
22-
test-env: '["ENVIRONMENT":"local","ISAR_ENV":"test"]'
22+
test-env: >-
23+
["ENVIRONMENT":"local","ISAR_ENV":"test"]
2324
run-black: true
2425
run-mypy: true
2526
run-ruff: true

0 commit comments

Comments
 (0)