10000 Properly install tzdata for GitHub Actions. · spdx/tools-python@f0873eb · GitHub
[go: up one dir, main page]

Skip to content

Commit f0873eb

Browse files
Jeff Licquiaarmintaenzertng
authored andcommitted
Properly install tzdata for GitHub Actions.
Signed-off-by: Jeff Licquia <jeff@licquia.org>
1 parent 195e244 commit f0873eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/install_and_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
python -m pip install --upgrade ./dist/*.whl
3434
python -m pip install pytest
3535
python -m pip install pyshacl
36+
python -m pip install tzdata
3637
python -m pip install networkx
3738
shell: bash
3839
- name: Run tests

0 commit comments

Comments
 (0)
0