Skip to content

Commit c705bf4

Browse files
committed
Update test.yml
1 parent d531a55 commit c705bf4

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

.github/workflows/test.yml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
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

0 commit comments

Comments
 (0)