Skip to content

Commit

Permalink
try setting env var in both steps
Browse files Browse the repository at this point in the history
  • Loading branch information
saitcakmak authored Jan 4, 2023
1 parent eda5290 commit 35a54b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,10 @@ jobs:
env:
ALLOW_LATEST_GPYTORCH_LINOP: true
run: |
python -m build --sdist --wheel --no-isolation
python -m build --sdist --wheel
- name: Verify packages
env:
ALLOW_LATEST_GPYTORCH_LINOP: true
run: |
./scripts/build_and_verify_py_packages.sh
- name: Deploy to Test PyPI
Expand Down

0 comments on commit 35a54b7

Please sign in to comment.