We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcdac2d commit 30c4bd3Copy full SHA for 30c4bd3
.github/workflows/main.yml
@@ -53,9 +53,6 @@ jobs:
53
- name: Run tests
54
run: |
55
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()}')"
59
TZ=${{ matrix.timezone || 'UTC' }} tox -e ${{ matrix.toxenv || 'py' }}
60
- name: Upload coverage.xml to codecov
61
uses: codecov/codecov-action@v5
0 commit comments