Skip to content

Commit 87d73b4

Browse files
authored
Testing T4 in CI (#34)
1 parent 86d96b1 commit 87d73b4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/smoke-test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ on:
55

66
jobs:
77
smoke-test:
8-
runs-on: ubuntu-latest
8+
runs-on: 4-core-ubuntu-gpu-t4
9+
910
steps:
1011
- uses: actions/checkout@v4
1112

@@ -21,4 +22,4 @@ jobs:
2122
2223
- name: Run smoke test
2324
run: |
24-
PYTHONPATH=. pytest test/
25+
PYTHONPATH=. pytest test/

0 commit comments

Comments
 (0)