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 ace3187 commit 1ddbc7fCopy full SHA for 1ddbc7f
.github/workflows/test-fips.yml
@@ -47,7 +47,7 @@ jobs:
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
+ run: apk add netcat-openbsd tzdata
51
- run: |
52
python3 -c 'from zoneinfo import ZoneInfo ; assert ZoneInfo("America/Chicago")'
53
- name: Run tests
0 commit comments