Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maciej-markowski committed Jun 28, 2024
1 parent e49b6b0 commit 14cbe36
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.11"
- name: Install Ansible
run: pip install git+https://github.com/ansible/ansible.git@devel
- name: Install dependencies
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
image_tag: "nightly"
lower_bounds: true
- python: "3.12"
ansible:
- stable-2.16
- stable-2.17
ansible: "stable-2.16"
- python: "3.12"
ansible: "stable-2.17"
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
Expand Down
2 changes: 1 addition & 1 deletion tests/inventory/hosts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
localhost ansible_connection=local ansible_python_interpreter="/usr/bin/env python3"
localhost ansible_connection=local ansible_python_interpreter="/usr/bin/python3"
tests ansible_connection=local ansible_python_interpreter=../vcr_python_wrapper.py

0 comments on commit 14cbe36

Please sign in to comment.