Skip to content

Commit 9ea0ac8

Browse files
committed
remove
1 parent 94991cd commit 9ea0ac8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,6 @@ 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-
7973
- name: Set up Python ${{ matrix.python-version }}
8074
uses: actions/setup-python@v5
8175
with:

0 commit comments

Comments
 (0)