mirror of
https://github.com/dj-wasabi/ansible-telegraf.git
synced 2025-07-17 08:46:37 +00:00
Removing requirements file and use it from ci-base repo
This commit is contained in:
3
.github/workflows/telegraf.yml
vendored
3
.github/workflows/telegraf.yml
vendored
@ -57,7 +57,8 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r molecule/requirements.txt
|
||||
curl -so requirements.txt 'https://raw.githubusercontent.com/dj-wasabi/ansible-ci-base/master/requirements.txt'
|
||||
pip install -r requirements.txt
|
||||
|
||||
- name: Run role tests
|
||||
run: >-
|
||||
|
Reference in New Issue
Block a user