Skip to content

Commit ebf4709

Browse files
committed
remove dev
1 parent ada8bc4 commit ebf4709

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/default.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ jobs:
3737
- name: Install dependencies
3838
run: |
3939
python -m pip install --upgrade pip
40-
pip install -r requirements.txt -r requirements-dev.txt
41-
pip install pre-commit
40+
pip install -r requirements.txt
4241
- name: Test with molecule
43-
run: |
44-
molecule test --scenario-name ${{ matrix.molecule_distro }}
42+
run: molecule test --scenario-name ${{ matrix.molecule_distro }}

0 commit comments

Comments
 (0)