fix slicing for LabelTensor (#167)

* fix slicing for LabelTensor
* Update testing_pr.yml for solving python3.1 error
This commit is contained in:
Nicola Demo
2023-07-22 15:44:52 +02:00
parent ba0b9760ac
commit bd88e24174
3 changed files with 33 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
python-version: [3.7, 3.8, 3.9, 3.10]
python-version: [3.7, 3.8, 3.9, '3.10']
steps:
- uses: actions/checkout@v2