Skip to content

Commit 052d791

Browse files
authored
fix: correct setup.py version + run unit tests on Ubuntu 22.04 (#4)
* sync setup.py version with the latest release * empty commit * try this * try this * put this back
1 parent ee9dcd3 commit 052d791

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
unittests:
1111
strategy:
1212
matrix:
13-
os: ["ubuntu-latest"]
13+
os: ["ubuntu-22.04"]
1414
python-version: ["3.10"]
1515
torch-version: ["2.0.1", "2.1.1", "2.2.1", "2.3.1", "2.4.1"]
1616
runs-on: ${{ matrix.os }}

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def get_cmdclass():
8484
requirements = ["torch>=1.1.0", "numba", "numpy", "scikit-learn"]
8585

8686
url = "https://github.com/nicolas-chaulet/torch-points-kernels"
87-
__version__ = "0.7.2+cu121"
87+
__version__ = "0.7.3"
8888
setup(
8989
name="torch-points-kernels",
9090
version=__version__,

0 commit comments

Comments
 (0)