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
+1 -1
View File
@@ -52,7 +52,7 @@ test = [
optional = [
"streamlit",
"boto3",
"botorch>=0.8.1",
"botorch>=0.8.1; python_version>='3.8'",
]
preferential = [