Skip to content

Commit

Permalink
Create python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bcharlier authored Oct 24, 2024
1 parent 1f919f8 commit f2cc205
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# This workflow will launch the tests

name: Cuda test

on:
push

jobs:
test:
runs-on: self-hosted
steps:
- name: Test with pytest
run:
sh ./pytest.sh

0 comments on commit f2cc205

Please sign in to comment.