Skip to content

Commit 30c4bd3

Browse files
committed
refactor(main.yml): remove debugging commands from CI logs
1 parent bcdac2d commit 30c4bd3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/main.yml

-3
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ jobs:
5353
- name: Run tests
5454
run: |
5555
TZ=${{ matrix.timezone || 'UTC' }} echo "Running tests with timezone: $TZ"
56-
TZ=${{ matrix.timezone || 'UTC' }} date
57-
TZ=${{ matrix.timezone || 'UTC' }} python -c "import datetime; print(f'Python datetime now: {datetime.datetime.now()}')"
58-
TZ=${{ matrix.timezone || 'UTC' }} python -c "import time; print(f'Python time localtime: {time.localtime()}')"
5956
TZ=${{ matrix.timezone || 'UTC' }} tox -e ${{ matrix.toxenv || 'py' }}
6057
- name: Upload coverage.xml to codecov
6158
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)