Skip to content

Commit

Permalink
fix push_wheel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shintaro-iwasaki committed Oct 21, 2022
1 parent c196499 commit 5826442
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/scripts/test_wheel.bash
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ else
# Don't run it in the fbgemm_gpu directory; fbgemm_gpu has fbgemm_gpu directory, which confuses import in Python.
# FIXME: now it fails. Needs to fix failures/warnings and revisit it.
# conda run -n test_binary python -m pytest fbgemm_gpu -v -s -W ignore::pytest.PytestCollectionWarning --continue-on-collection-errors
echo "Skip tests"
fi

echo "Test succeeded"
2 changes: 1 addition & 1 deletion .github/workflows/push_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
uses: ./.github/workflows/build_wheel.yml
with:
# if it's triggered by "schedule", nightly + true will be chosen
release_version: ${{ inputs.pytorch_version || 'nightly' }}
release_version: ${{ inputs.release_version || 'nightly' }}
upload_pypi: ${{ inputs.upload_pypi || 'true' }}

0 comments on commit 5826442

Please sign in to comment.