Skip to content

Commit

Permalink
Merge pull request #1746 from piny940/requirements
Browse files Browse the repository at this point in the history
pythonのrequirementsを修正
  • Loading branch information
piny940 authored Feb 20, 2025
2 parents e0c882f + bd8abb8 commit 5fbec28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/ansible-deploy/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ runs:
working_directory: ansible
- uses: actions/setup-python@v5
with:
python-version: '3.13.2'
python-version: '3.13'
cache: 'pip'
- name: Install Ansible
run: pip install -r ansible/requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion ansible/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ MarkupSafe==3.0.2
packaging==24.2
pycparser==2.22
PyYAML==6.0.2
resolvelib==1.1.0
resolvelib==1.0.1

0 comments on commit 5fbec28

Please sign in to comment.