File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 6
6
strategy :
7
7
matrix :
8
8
python-version :
9
- - ' 2.7'
10
9
- ' 3.6'
10
+ - ' 3.7'
11
11
- ' 3.8'
12
12
- ' 3.9'
13
13
- ' 3.10'
14
14
- ' 3.11'
15
15
- ' 3.12'
16
+ - ' 3.13'
17
+ - ' 3.14'
18
+ - ' 3.15'
16
19
name : Python ${{ matrix.python-version }} sample
17
20
steps :
18
21
- uses : actions/checkout@v4
19
22
- uses : actions/setup-python@v4
20
23
with :
21
24
python-version : ${{ matrix.python-version }}
22
25
cache : ' pip'
23
- - name : Install dependencies
24
- run : |
25
- python -m pip install --upgrade pip
26
- pip install -r requirements.txt
27
- pip install -r test-requirements.txt
26
+ # - name: Install dependencies
27
+ # run: |
28
+ # python -m pip install --upgrade pip
29
+ # pip install -r requirements.txt
30
+ # pip install -r test-requirements.txt
28
31
- name : Run tests
29
32
env :
30
33
DETECTLANGUAGE_API_KEY : ${{ secrets.DETECTLANGUAGE_API_KEY }}
You can’t perform that action at this time.
0 commit comments