Commit 48c30d9 1 parent c0de72a commit 48c30d9 Copy full SHA for 48c30d9
File tree 1 file changed +27
-27
lines changed
1 file changed +27
-27
lines changed Original file line number Diff line number Diff line change 1
- name : Tests on GPU
1
+ # name: Tests on GPU
2
2
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]
10
10
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
15
15
16
- steps :
17
- - uses : actions/checkout@v4
18
- with :
19
- submodules : true
16
+ # steps:
17
+ # - uses: actions/checkout@v4
18
+ # with:
19
+ # submodules: true
20
20
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"
26
26
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
29
29
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
You can’t perform that action at this time.
0 commit comments