We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc0e56c commit 9fceb87Copy full SHA for 9fceb87
.github/workflows/python.yml
@@ -246,7 +246,7 @@ jobs:
246
if sys.version_info >= (3, 12):
247
PY_UT_ARGS.append('--durations=0')
248
with open(os.environ['GITHUB_ENV'], 'a') as env_file:
249
- env_file.write(f'PY_UT_ARGS=${" ".join(PY_UT_ARGS)}\n')
+ env_file.write(f'PY_UT_ARGS={" ".join(PY_UT_ARGS)}\n')
250
- name: Install poetry
251
# see https://github.com/marketplace/actions/setup-poetry
252
uses: Gr1N/setup-poetry@v9
0 commit comments