Skip to content

Commit

Permalink
Create debug-gpu.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ksikka authored Nov 6, 2024
1 parent bd3db0e commit 93172e6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/debug-gpu.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Run tests
on: [push]
jobs:
pytest-ubuntu:
# Ships with python 3.10. Using it saves time installing it.
runs-on: linux-gpu
steps:
- uses: actions/checkout@v4
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

0 comments on commit 93172e6

Please sign in to comment.