Skip to content

Commit 335fc5e

Browse files
committed
wip
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent c58a43c commit 335fc5e

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
@@ -241,7 +241,7 @@ jobs:
241241
- name: craft PY_UT_ARGS
242242
shell: python
243243
run: |-
244-
import sys
244+
import sys, os
245245
PY_UT_ARGS=[]
246246
if sys.version_info >= (3, 12):
247247
PY_UT_ARGS.append('--durations=0')

0 commit comments

Comments
 (0)