Skip to content

Fix linking with newer rust versions. #58

Fix linking with newer rust versions.

Fix linking with newer rust versions. #58

Workflow file for this run

name: Python Tests
on: [push, pull_request]
jobs:
python-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Install latest rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: 1.63.0
override: true
- name: install python dependencies
run: pip3 install setuptools-rust nose
- name: install python bindings
run: python3 setup.py install --user
- name: run Tests
run: nosetests