Skip to content

Commit ace3187

Browse files
committed
Install system tzdata
1 parent 03e72eb commit ace3187

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-fips.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ jobs:
4646
- name: check that python has fips mode enabled
4747
run: |
4848
python3 -c 'import _hashlib; assert _hashlib.get_fips_mode() == 1'
49+
- name: install run_tests.sh requirements
50+
run: apk install netcat-openbsd tzdata
4951
- run: |
5052
python3 -c 'from zoneinfo import ZoneInfo ; assert ZoneInfo("America/Chicago")'
51-
- name: install run_tests.sh requirements
52-
run: apk install netcat-openbsd
5353
- name: Run tests
5454
run: ./tests/scripts/run_tests.sh
5555
env:

0 commit comments

Comments
 (0)