Skip to content

memory leak fix

memory leak fix #4

Workflow file for this run

# Launch test on a cuda machine
name: Cuda test
on:
push
jobs:
test:
runs-on: self-hosted
steps:
- name: Clone Repository
uses: actions/checkout@v2
- name: Test with pytest
run: |
sh ./pytest.sh