Skip to content

Commit

Permalink
Drops actions/setup-python for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Feb 4, 2024
1 parent 1a48443 commit dac492c
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,26 +15,6 @@ jobs:
with:
name: platform-files
path: .platform
- uses: actions/setup-python@v5
with:
python-version: '3.9'
cache: pip
- run: pip3 install -r requirements.txt
- name: Install platform
continue-on-error: true
uses: dawidd6/action-ansible-playbook@v2
with:
playbook: platform-install.yml
configuration: |
[defaults]
nocows = false
stdout_callback = yaml
directory: ./ansible
options: |
--connection local
--inventory localhost,
--verbose
requirements: galaxy-requirements.yml
- name: Run local action (syntax only)
uses: ./
with:
Expand Down Expand Up @@ -98,5 +78,5 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: platform-files
path: ~/.wine/**/*.ex?
path: ~/.wine/drive_c/**/*.ex?
timeout-minutes: 20

0 comments on commit dac492c

Please sign in to comment.