Fix to include integration tests for py builds

This commit is contained in:
justin-h-loi 2023-08-22 17:47:29 -04:00 committed by arp102
parent 8800e0b641
commit 4f8b3161e3
1 changed files with 8 additions and 0 deletions

View File

@ -29,6 +29,14 @@ jobs:
os: [ubuntu-22.04,ubuntu-20.04]
include:
- test: "py38"
test_number: "0"
os: ubuntu-20.04
- test: "py38"
test_number: "1"
os: ubuntu-20.04
- test: "py310"
test_number: "0"
os: ubuntu-22.04
- test: "py310"
test_number: "1"
os: ubuntu-22.04