mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-12 12:40:33 +08:00
Fix python-tests CI with Python 3.7
This commit is contained in:
@@ -6,6 +6,7 @@ on:
|
||||
paths:
|
||||
- '.github/workflows/python-tests.yml'
|
||||
- '**.py'
|
||||
- 'pyproject.toml'
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
+1
-1
@@ -52,7 +52,7 @@ test = [
|
||||
optional = [
|
||||
"streamlit",
|
||||
"boto3",
|
||||
"botorch>=0.8.1",
|
||||
"botorch>=0.8.1; python_version>='3.8'",
|
||||
]
|
||||
|
||||
preferential = [
|
||||
|
||||
Reference in New Issue
Block a user