Skip to content

Commit 089d152

Browse files
committed
update chunk
1 parent d1aa621 commit 089d152

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/experiment.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,8 @@ jobs:
7373
echo "=========================================================="
7474
cd "$pkg"
7575
76-
# NO_COLOR=1 and anchored regex prevents the docstring bug
77-
if NO_COLOR=1 python -m nox -l | grep -qE "^\s*(\*|-)\s+${SESSION}\b"; then
78-
python -m nox -s "${SESSION}" || FAILED=1
79-
else
80-
echo "⏭️ Session '${SESSION}' not defined for $pkg. Safely skipping."
81-
fi
76+
# Run unconditionally. If it doesn't exist, Nox will throw an error.
77+
python -m nox -s "${SESSION}" || FAILED=1
8278
8379
cd "$GITHUB_WORKSPACE"
8480
done

0 commit comments

Comments
 (0)