Removing requirements file and use it from ci-base repo

This commit is contained in:
Werner Dijkerman
2020-09-01 16:02:05 +02:00
parent 562a751990
commit 559081b000
2 changed files with 2 additions and 11 deletions

View File

@ -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: >-