Lint fixes

This commit is contained in:
Ashwin Srinath
2025-12-03 10:17:23 -05:00
parent 29389b5791
commit 8b2afa6c16
7 changed files with 1 additions and 8 deletions

View File

@@ -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!"

View File

@@ -50,4 +50,3 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/

View File

@@ -88,4 +88,3 @@ echo "::endgroup::"
echo "Wheels in wheelhouse:"
ls -la wheelhouse/

View File

@@ -54,4 +54,3 @@ done
# Move wheel to output directory
mkdir -p /workspace/wheelhouse
mv dist/pynvbench-*+cu*.whl /workspace/wheelhouse/

View File

@@ -45,4 +45,3 @@ setup_python_env() {
pip install --upgrade pip
}

View File

@@ -37,4 +37,3 @@ require_py_version() {
return 1
fi
}

View File

@@ -30,4 +30,3 @@ for ((i=1; i<=num_tries; i++)); do
done
echo "Command '${command[*]}' failed after ${num_tries} attempts."
exit 1