1 parent ada8bc4 commit ebf4709Copy full SHA for ebf4709
1 file changed
.github/workflows/default.yml
@@ -37,8 +37,6 @@ jobs:
37
- name: Install dependencies
38
run: |
39
python -m pip install --upgrade pip
40
- pip install -r requirements.txt -r requirements-dev.txt
41
- pip install pre-commit
+ pip install -r requirements.txt
42
- name: Test with molecule
43
- run: |
44
- molecule test --scenario-name ${{ matrix.molecule_distro }}
+ run: molecule test --scenario-name ${{ matrix.molecule_distro }}
0 commit comments