Skip to content

Commit

Permalink
Try to fix the github action file
Browse files Browse the repository at this point in the history
  • Loading branch information
bcharlier committed Oct 24, 2024
1 parent f2cc205 commit 890e45e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/cuda_test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# 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
14 changes: 0 additions & 14 deletions .github/workflows/python-package.yml

This file was deleted.

0 comments on commit 890e45e

Please sign in to comment.