Skip to content

Commit

Permalink
Properly install tzdata for GitHub Actions.
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Licquia <[email protected]>
  • Loading branch information
Jeff Licquia authored and armintaenzertng committed Oct 12, 2023
1 parent 195e244 commit f0873eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/install_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
python -m pip install --upgrade ./dist/*.whl
python -m pip install pytest
python -m pip install pyshacl
python -m pip install tzdata
python -m pip install networkx
shell: bash
- name: Run tests
Expand Down

0 comments on commit f0873eb

Please sign in to comment.