Skip to content

Commit

Permalink
Merge pull request #657 from not522/fix-python37-ci
Browse files Browse the repository at this point in the history
Fix python-tests CI with Python 3.7
  • Loading branch information
c-bata authored Oct 12, 2023
2 parents 03bcf69 + f088840 commit c65da6a
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 c65da6a

Please sign in to comment.