pabl-o-ce commited on
Commit
1f72de0
·
1 Parent(s): 3c54516

remove lint because of exclusive space

Browse files
Files changed (1) hide show
  1. .github/workflows/ci.yml +17 -17
.github/workflows/ci.yml CHANGED
@@ -12,25 +12,25 @@ env:
12
  SPACE_NAME: 'exllama'
13
 
14
  jobs:
15
- lint-and-test:
16
- runs-on: ubuntu-latest
17
- steps:
18
- - uses: actions/checkout@v3
19
- with:
20
- fetch-depth: 0
21
- lfs: true
22
 
23
- - name: Set up Python
24
- uses: actions/setup-python@v4
25
- with:
26
- python-version: ${{ env.PYTHON_VERSION }}
27
- cache: 'pip'
28
 
29
- - name: Install dependencies
30
- run: |
31
- python -m pip install --upgrade pip
32
- pip install ruff pytest gradio
33
- pip install -r requirements.txt
34
 
35
  # - name: Lint with Ruff
36
  # run: |
 
12
  SPACE_NAME: 'exllama'
13
 
14
  jobs:
15
+ # lint-and-test:
16
+ # runs-on: ubuntu-latest
17
+ # steps:
18
+ # - uses: actions/checkout@v3
19
+ # with:
20
+ # fetch-depth: 0
21
+ # lfs: true
22
 
23
+ # - name: Set up Python
24
+ # uses: actions/setup-python@v4
25
+ # with:
26
+ # python-version: ${{ env.PYTHON_VERSION }}
27
+ # cache: 'pip'
28
 
29
+ # - name: Install dependencies
30
+ # run: |
31
+ # python -m pip install --upgrade pip
32
+ # pip install ruff pytest gradio
33
+ # pip install -r requirements.txt
34
 
35
  # - name: Lint with Ruff
36
  # run: |