mirror of
https://github.com/NVIDIA/nvbench.git
synced 2026-04-20 06:48:53 +00:00
Lint fixes
This commit is contained in:
3
.github/workflows/build-wheels.yml
vendored
3
.github/workflows/build-wheels.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
||||
matrix:
|
||||
cuda: ['12', '13']
|
||||
python: ['3.10', '3.11', '3.12', '3.13']
|
||||
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
@@ -55,4 +55,3 @@ jobs:
|
||||
exit 1
|
||||
fi
|
||||
echo "All wheels built successfully!"
|
||||
|
||||
|
||||
1
.github/workflows/publish-wheels.yml
vendored
1
.github/workflows/publish-wheels.yml
vendored
@@ -50,4 +50,3 @@ jobs:
|
||||
uses: pypa/gh-action-pypi-publish@release/v1
|
||||
with:
|
||||
repository-url: https://test.pypi.org/legacy/
|
||||
|
||||
|
||||
@@ -88,4 +88,3 @@ echo "::endgroup::"
|
||||
|
||||
echo "Wheels in wheelhouse:"
|
||||
ls -la wheelhouse/
|
||||
|
||||
|
||||
@@ -54,4 +54,3 @@ done
|
||||
# Move wheel to output directory
|
||||
mkdir -p /workspace/wheelhouse
|
||||
mv dist/pynvbench-*+cu*.whl /workspace/wheelhouse/
|
||||
|
||||
|
||||
@@ -45,4 +45,3 @@ setup_python_env() {
|
||||
|
||||
pip install --upgrade pip
|
||||
}
|
||||
|
||||
|
||||
@@ -37,4 +37,3 @@ require_py_version() {
|
||||
return 1
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
@@ -30,4 +30,3 @@ for ((i=1; i<=num_tries; i++)); do
|
||||
done
|
||||
echo "Command '${command[*]}' failed after ${num_tries} attempts."
|
||||
exit 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user