File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 34
34
" 6.0.*" ,
35
35
" 6.1.*" ,
36
36
" 6.2.*" ,
37
- " master " ,
37
+ " main " ,
38
38
]
39
39
steps :
40
40
- uses : actions/checkout@v2
61
61
- name : Install dependencies
62
62
run : |
63
63
python -m pip install -U pip
64
- if [[ '${{ matrix.pytest-version }}' == 'master ' ]]; then
65
- python -m pip install git+https://github.com/pytest-dev/pytest.git@master #egg=pytest
64
+ if [[ '${{ matrix.pytest-version }}' == 'main ' ]]; then
65
+ python -m pip install git+https://github.com/pytest-dev/pytest.git@main #egg=pytest
66
66
else
67
67
python -m pip install pytest==${{ matrix.pytest-version }}
68
68
fi
Original file line number Diff line number Diff line change 22
22
pytest60: pytest ==6.0.*
23
23
pytest61: pytest ==6.1.*
24
24
pytest62: pytest ==6.2.*
25
- pytestmaster : git+https://github.com/pytest-dev/pytest.git@master # egg=pytest
25
+ pytestmain : git+https://github.com/pytest-dev/pytest.git@main # egg=pytest
26
26
27
27
[testenv:linting]
28
28
basepython = python3
You can’t perform that action at this time.
0 commit comments