Skip to content

Commit

Permalink
Fix python-tests CI with Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
not522 committed Oct 12, 2023
1 parent 03bcf69 commit f088840
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
paths:
- '.github/workflows/python-tests.yml'
- '**.py'
- 'pyproject.toml'
jobs:
lint:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ test = [
optional = [
"streamlit",
"boto3",
"botorch>=0.8.1",
"botorch>=0.8.1; python_version>='3.8'",
]

preferential = [
Expand Down

0 comments on commit f088840

Please sign in to comment.