Skip to content

Commit

Permalink
python setupの位置をもどす
Browse files Browse the repository at this point in the history
  • Loading branch information
piny940 committed Feb 22, 2025
1 parent 7ef568b commit 36f5108
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/actions/ansible-deploy/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ runs:
- uses: ./.github/actions/setup-aqua
with:
working_directory: ansible
- uses: actions/setup-python@v5
with:
python-version: '3.13'
- name: Install Ansible
run: pip install -r ansible/requirements.txt
shell: bash
- name: Download Cloudflared
run: curl -L --output cloudflared.deb https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64.deb
shell: bash
Expand All @@ -44,12 +50,6 @@ runs:
- name: Write Password
run: echo ${{ inputs.ansible_password }} > ansible/home-cluster/.ansible-vault-password
shell: bash
- uses: actions/setup-python@v5
with:
python-version: '3.13'
- name: Install Ansible
run: pip install -r ansible/requirements.txt
shell: bash
- name: Deploy
shell: bash
run: |
Expand Down

0 comments on commit 36f5108

Please sign in to comment.