There was an error while loading. Please reload this page.
1 parent a57a932 commit b23b35dCopy full SHA for b23b35d
1 file changed
.github/workflows/test_and_lint_python_package.yml
@@ -19,7 +19,8 @@ jobs:
19
contents: read
20
with:
21
python-versions: '["3.12", "3.13", "3.14"]'
22
- test-env: '["ENVIRONMENT":"local","ISAR_ENV":"test"]'
+ test-env: >-
23
+ ["ENVIRONMENT":"local","ISAR_ENV":"test"]
24
run-black: true
25
run-mypy: true
26
run-ruff: true
0 commit comments