We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03e72eb commit ace3187Copy full SHA for ace3187
.github/workflows/test-fips.yml
@@ -46,10 +46,10 @@ jobs:
46
- name: check that python has fips mode enabled
47
run: |
48
python3 -c 'import _hashlib; assert _hashlib.get_fips_mode() == 1'
49
+ - name: install run_tests.sh requirements
50
+ run: apk install netcat-openbsd tzdata
51
- run: |
52
python3 -c 'from zoneinfo import ZoneInfo ; assert ZoneInfo("America/Chicago")'
- - name: install run_tests.sh requirements
- run: apk install netcat-openbsd
53
- name: Run tests
54
run: ./tests/scripts/run_tests.sh
55
env:
0 commit comments