test number conditions

This commit is contained in:
justin-h-loi 2023-08-01 17:35:09 -04:00 committed by arp102
parent f7043f7a72
commit 11db2e5b85
1 changed files with 3 additions and 3 deletions

View File

@ -31,11 +31,11 @@ jobs:
os: [ubuntu-20.04, ubuntu-22.04] os: [ubuntu-20.04, ubuntu-22.04]
include: include:
- test_number: "0" - test_number: "0"
test: "pep8" test: "pep8"
- test_number: "0" - test_number: "0"
test: "bandit" test: "bandit"
- test_number: "0" - test_number: "0"
test: "docs" test: "docs"