Skip to content

Commit 836fde0

Browse files
saitcakmakfacebook-github-bot
authored andcommitted
Fix nightly_cron worflow (#1382)
Summary: This line was mistakenly deleted in #1381. It currently leads to a "startup failure". See https://github.com/pytorch/botorch/actions/runs/3014394700 Pull Request resolved: #1382 Test Plan: nightly cron runs https://github.com/pytorch/botorch/actions/runs/3017300402 Reviewed By: Balandat Differential Revision: D39357229 Pulled By: saitcakmak fbshipit-source-id: f38169613a455c50631d19b8ebbbf024a4ef008f
1 parent 2008d17 commit 836fde0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ jobs:
128128
pip install .[dev]
129129
pip install git+https://github.com/facebook/Ax.git
130130
pip install beautifulsoup4 ipython nbconvert jinja2
131+
- name: Unit tests
131132
run: |
132133
pytest -ra
133134
- name: Publish latest website

0 commit comments

Comments
 (0)