fix(ci): pin + cache

This commit is contained in:
Timothy Stewart
2022-11-01 22:05:37 -05:00
parent 952d513124
commit 713b4694e1

View File

@@ -93,6 +93,10 @@ jobs:
python3 -m pip install -r requirements.txt python3 -m pip install -r requirements.txt
echo "::endgroup::" echo "::endgroup::"
- name: Init Vagrant with provider
run: |
vagrant up --provider virtualbox
- name: Test with molecule - name: Test with molecule
run: molecule test --scenario-name ${{ matrix.scenario }} run: molecule test --scenario-name ${{ matrix.scenario }}
env: env: