Skip to content

Commit

Permalink
update python versions for github actions (#324)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #324

Updating python versions for github actions to be in line with latest botorch/ax versions

Reviewed By: tymmsc

Differential Revision: D51985484

fbshipit-source-id: 56e587892ed7bc24f8e7b60a23b3ba0f2a7cde98
  • Loading branch information
crasanders authored and facebook-github-bot committed Dec 8, 2023
1 parent 50b4d27 commit e79ef71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "3.11"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -36,7 +36,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.10"]
python-version: ["3.9", "3.11"]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit e79ef71

Please sign in to comment.