mirror of
https://github.com/geerlingguy/ansible-role-pip.git
synced 2024-11-24 12:05:52 +01:00
PR #58 follow-up.
This commit is contained in:
parent
160021b3d5
commit
13c187c5f8
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -19,12 +19,12 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check out the codebase.
|
- name: Check out the codebase.
|
||||||
uses: actions/checkout@v3.5.3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
path: 'geerlingguy.pip'
|
path: 'geerlingguy.pip'
|
||||||
|
|
||||||
- name: Set up Python 3.
|
- name: Set up Python 3.
|
||||||
uses: actions/setup-python@v4.7.0
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: '3.x'
|
python-version: '3.x'
|
||||||
|
|
||||||
@ -50,12 +50,12 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check out the codebase.
|
- name: Check out the codebase.
|
||||||
uses: actions/checkout@v3.5.3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
path: 'geerlingguy.pip'
|
path: 'geerlingguy.pip'
|
||||||
|
|
||||||
- name: Set up Python 3.
|
- name: Set up Python 3.
|
||||||
uses: actions/setup-python@v4.7.0
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: '3.x'
|
python-version: '3.x'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user