File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 " 6.0.*" ,
3535 " 6.1.*" ,
3636 " 6.2.*" ,
37- " master " ,
37+ " main " ,
3838 ]
3939 steps :
4040 - uses : actions/checkout@v2
6161 - name : Install dependencies
6262 run : |
6363 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
6666 else
6767 python -m pip install pytest==${{ matrix.pytest-version }}
6868 fi
Original file line number Diff line number Diff line change 2222 pytest60: pytest ==6.0.*
2323 pytest61: pytest ==6.1.*
2424 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
2626
2727[testenv:linting]
2828basepython = python3
You can’t perform that action at this time.
0 commit comments