fix(ci): pin + cache

This commit is contained in:
Timothy Stewart
2022-11-01 22:18:39 -05:00
parent 713b4694e1
commit e254c407f0

View File

@@ -21,6 +21,7 @@ jobs:
fail-fast: false fail-fast: false
env: env:
PYTHON_VERSION: "3.10" PYTHON_VERSION: "3.10"
VAGRANT_DEFAULT_PROVIDER: virtualbox
steps: steps:
- name: Check out the codebase - name: Check out the codebase
@@ -93,10 +94,6 @@ 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: