Skip to content

Commit 2f2cd7a

Browse files
saitcakmakfacebook-github-bot
authored andcommitted
Fix nightly PyPI upload test (#1610)
Summary: This was using the pinned version of GPyTorch & linear operator, leading to failures. Pull Request resolved: #1610 Test Plan: PyPI upload test now passes https://github.com/pytorch/botorch/actions/runs/3842548266/jobs/6543945107 Reviewed By: Balandat Differential Revision: D42353988 Pulled By: saitcakmak fbshipit-source-id: ce08d58ae0f075fd773c21b22ff59f3e98c94dff
1 parent cbbbf11 commit 2f2cd7a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,13 @@ jobs:
6767
no_local_version=$(python -m setuptools_scm | cut -d "+" -f 1)
6868
echo "SETUPTOOLS_SCM_PRETEND_VERSION=${no_local_version}" >> $GITHUB_ENV
6969
- name: Build packages (wheel and source distribution)
70+
env:
71+
ALLOW_LATEST_GPYTORCH_LINOP: true
7072
run: |
7173
python -m build --sdist --wheel
7274
- name: Verify packages
75+
env:
76+
ALLOW_LATEST_GPYTORCH_LINOP: true
7377
run: |
7478
./scripts/build_and_verify_py_packages.sh
7579
- name: Deploy to Test PyPI

0 commit comments

Comments
 (0)