Fix python-tests CI with Python 3.7

This commit is contained in:
Naoto Mizuno
2023-10-12 18:12:34 +09:00
parent 03bcf69ad4
commit f0888409d2
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -6,6 +6,7 @@ on:
paths:
- '.github/workflows/python-tests.yml'
- '**.py'
- 'pyproject.toml'
jobs:
lint:
runs-on: ubuntu-latest