Skip to content

Commit 48c30d9

Browse files
committed
silence gpu test for now
1 parent c0de72a commit 48c30d9

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

.github/workflows/gpu.yml

+27-27
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
1-
name: Tests on GPU
1+
# name: Tests on GPU
22

3-
on:
4-
push:
5-
branches:
6-
- main
7-
pull_request:
8-
# This will trigger the workflow for pull requests to any branch
9-
types: [opened, synchronize, reopened]
3+
# on:
4+
# push:
5+
# branches:
6+
# - main
7+
# pull_request:
8+
# # This will trigger the workflow for pull requests to any branch
9+
# types: [opened, synchronize, reopened]
1010

11-
jobs:
12-
gpu-tests:
13-
name: python
14-
runs-on: self-hosted
11+
# jobs:
12+
# gpu-tests:
13+
# name: python
14+
# runs-on: self-hosted
1515

16-
steps:
17-
- uses: actions/checkout@v4
18-
with:
19-
submodules: true
16+
# steps:
17+
# - uses: actions/checkout@v4
18+
# with:
19+
# submodules: true
2020

21-
- name: Install uv
22-
uses: astral-sh/setup-uv@v3
23-
with:
24-
enable-cache: true
25-
cache-dependency-glob: "uv.lock"
21+
# - name: Install uv
22+
# uses: astral-sh/setup-uv@v3
23+
# with:
24+
# enable-cache: true
25+
# cache-dependency-glob: "uv.lock"
2626

27-
- name: Set up Python
28-
run: uv python install 3.10.13
27+
# - name: Set up Python
28+
# run: uv python install 3.10.13
2929

30-
- name: Install the project
31-
run: uv sync --all-extras --dev
32-
- name: Run tests
33-
run: uv run pytest tests
30+
# - name: Install the project
31+
# run: uv sync --all-extras --dev
32+
# - name: Run tests
33+
# run: uv run pytest tests

0 commit comments

Comments
 (0)