Skip to content

Commit 9fceb87

Browse files
committed
wip
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent dc0e56c commit 9fceb87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ jobs:
246246
if sys.version_info >= (3, 12):
247247
PY_UT_ARGS.append('--durations=0')
248248
with open(os.environ['GITHUB_ENV'], 'a') as env_file:
249-
env_file.write(f'PY_UT_ARGS=${" ".join(PY_UT_ARGS)}\n')
249+
env_file.write(f'PY_UT_ARGS={" ".join(PY_UT_ARGS)}\n')
250250
- name: Install poetry
251251
# see https://github.com/marketplace/actions/setup-poetry
252252
uses: Gr1N/setup-poetry@v9

0 commit comments

Comments
 (0)