File tree Expand file tree Collapse file tree 1 file changed +22
-22
lines changed
Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Original file line number Diff line number Diff line change 1- name : Python Tests
1+ # name: Python Tests
22
3- on :
4- push :
5- branches : [ main ]
6- pull_request :
7- branches : [ main ]
3+ # on:
4+ # push:
5+ # branches: [ main ]
6+ # pull_request:
7+ # branches: [ main ]
88
9- jobs :
10- test :
11- runs-on : ubuntu-latest
12- steps :
13- - uses : actions/checkout@v2
14- - name : Set up Python
15- uses : actions/setup-python@v2
16- with :
17- python-version : ' 3.11'
18- - name : Install dependencies
19- run : |
20- python -m pip install --upgrade pip
21- pip install pytest requests
22- - name : Test with pytest
23- run : |
24- pytest
9+ # jobs:
10+ # test:
11+ # runs-on: ubuntu-latest
12+ # steps:
13+ # - uses: actions/checkout@v2
14+ # - name: Set up Python
15+ # uses: actions/setup-python@v2
16+ # with:
17+ # python-version: '3.11'
18+ # - name: Install dependencies
19+ # run: |
20+ # python -m pip install --upgrade pip
21+ # pip install pytest requests
22+ # - name: Test with pytest
23+ # run: |
24+ # pytest
You can’t perform that action at this time.
0 commit comments