Skip to content

Commit 2b73a2c

Browse files
committed
feat: remove tox tests
1 parent f12fef9 commit 2b73a2c

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -301,27 +301,6 @@ jobs:
301301
run: |
302302
black . --check --diff --color
303303
304-
- name: Check for Tox file
305-
id: check_tox
306-
uses: andstor/file-existence-action@v3
307-
with:
308-
files: "tox.ini"
309-
310-
- name: Install tox
311-
if: steps.check_tox.outputs.files_exists == 'true'
312-
run: |
313-
pip3 install --disable-pip-version-check tox
314-
315-
- name: Install test dependencies
316-
if: steps.check_tox.outputs.files_exists == 'true'
317-
run: |
318-
make dev-requirements
319-
320-
- name: Run tox
321-
if: steps.check_tox.outputs.files_exists == 'true'
322-
run: |
323-
tox
324-
325304
ansible:
326305
name: Ansible
327306
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)