Skip to content

Commit fe122b0

Browse files
sdaultonfacebook-github-bot
authored andcommitted
bump py version in deploy on release
Summary: see title. Deploy on release failed due to running on py3.8 https://github.com/pytorch/botorch/actions/runs/5826595266/job/15801310995#step:6:37 Reviewed By: saitcakmak, Balandat Differential Revision: D48250526 fbshipit-source-id: 11412ad94bd237957f7e61c24f2f7bd890b630b1
1 parent b7258c8 commit fe122b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_on_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Set up Python
4747
uses: actions/setup-python@v4
4848
with:
49-
python-version: "3.8"
49+
python-version: "3.9"
5050
- name: Install dependencies
5151
run: |
5252
pip install .[test]

0 commit comments

Comments
 (0)