Skip to content

Commit 94991cd

Browse files
committed
test
1 parent 311d31b commit 94991cd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@ jobs:
7070
with:
7171
fetch-depth: 0 # Fetch all history for all tags and branches
7272

73+
- name: Check CI environment variable
74+
run: |
75+
echo "CI=$CI"
76+
echo "CI (from env)=$(env | grep '^CI=')"
77+
python -c "import os; print('CI (python):', repr(os.getenv('CI')))"
78+
7379
- name: Set up Python ${{ matrix.python-version }}
7480
uses: actions/setup-python@v5
7581
with:

0 commit comments

Comments
 (0)