Skip to content

auto bump version

auto bump version #10

Workflow file for this run

name: CI Smoke Tests
on:
push:
branches:
- jeet-dev
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install package and test dependencies
run: |
python -m pip install --upgrade pip
pip install -e ".[test,localization,py-geometric]" -f https://pytorch-geometric.com/whl/torch-2.10.0+cu128.html
- name: Run smoke tests
run: bash scripts/run_smoke_tests.sh