Skip to content

Commit

Permalink
tried to install python-dateutil module
Browse files Browse the repository at this point in the history
  • Loading branch information
felbinger committed Aug 26, 2023
1 parent 3bd44ad commit 9aae6e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gitops.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ jobs:
ansible-galaxy collection install hetzner.hcloud
/opt/pipx/venvs/ansible-core/bin/python -m pip install -r requirements.txt
pip3 freeze
pip3 install python-dateutil
pip3 freeze
- name: Run ansible inventory in check mode
if: |
vars.ENABLE_GITOPS == '1' &&
Expand Down
3 changes: 0 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
hcloud-python>=1.3.0
python-dateutil>=2.7.5
requests>=2.20
passlib>=1.7.4

0 comments on commit 9aae6e6

Please sign in to comment.