Spaces:
Running
on
T4
Running
on
T4
Remove workflows
Browse files
.github/workflows/audiocraft_docs.yml
DELETED
@@ -1,32 +0,0 @@
|
|
1 |
-
name: audiocraft_docs
|
2 |
-
on:
|
3 |
-
push:
|
4 |
-
branches: [ main ]
|
5 |
-
|
6 |
-
jobs:
|
7 |
-
run_docs:
|
8 |
-
name: Run docs
|
9 |
-
runs-on: ubuntu-latest
|
10 |
-
steps:
|
11 |
-
- uses: actions/checkout@v3
|
12 |
-
- uses: ./.github/actions/audiocraft_build
|
13 |
-
- name: Config git
|
14 |
-
run: |
|
15 |
-
git config --global user.email "[email protected]"
|
16 |
-
git config --global user.name "Alexandre Défossez (autodoc)"
|
17 |
-
|
18 |
-
- name: Reset branch
|
19 |
-
run: |
|
20 |
-
git branch -f gh-docs main
|
21 |
-
git checkout gh-docs
|
22 |
-
|
23 |
-
- name: Make docs
|
24 |
-
run: |
|
25 |
-
. env/bin/activate
|
26 |
-
make docs
|
27 |
-
git add -f docs
|
28 |
-
git commit -m docs
|
29 |
-
|
30 |
-
- name: Push branch
|
31 |
-
run: |
|
32 |
-
git push -f -u origin gh-docs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.github/workflows/audiocraft_linter.yml
DELETED
@@ -1,17 +0,0 @@
|
|
1 |
-
name: audiocraft_linter
|
2 |
-
on:
|
3 |
-
push:
|
4 |
-
branches: [ main ]
|
5 |
-
pull_request:
|
6 |
-
branches: [ main ]
|
7 |
-
|
8 |
-
jobs:
|
9 |
-
run_linter:
|
10 |
-
name: Run linter
|
11 |
-
runs-on: ubuntu-latest
|
12 |
-
steps:
|
13 |
-
- uses: actions/checkout@v3
|
14 |
-
- uses: ./.github/actions/audiocraft_build
|
15 |
-
- run: |
|
16 |
-
. env/bin/activate
|
17 |
-
make linter
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.github/workflows/audiocraft_tests.yml
DELETED
@@ -1,17 +0,0 @@
|
|
1 |
-
name: audiocraft_tests
|
2 |
-
on:
|
3 |
-
push:
|
4 |
-
branches: [ main ]
|
5 |
-
pull_request:
|
6 |
-
branches: [ main ]
|
7 |
-
|
8 |
-
jobs:
|
9 |
-
run_tests:
|
10 |
-
name: Run tests
|
11 |
-
runs-on: ubuntu-latest
|
12 |
-
steps:
|
13 |
-
- uses: actions/checkout@v2
|
14 |
-
- uses: ./.github/actions/audiocraft_build
|
15 |
-
- run: |
|
16 |
-
. env/bin/activate
|
17 |
-
make tests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|