Skip to content

Commit d0601e0

Browse files
authored
Merge pull request #48 from PyCQA/duped-ci
remove duplicate ci
2 parents be85ff2 + 0e9b92b commit d0601e0

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,13 @@ jobs:
1414
- os: ubuntu-latest
1515
python: 3.9
1616
toxenv: flake8
17-
- os: ubuntu-latest
18-
python: 3.9
19-
toxenv: pre-commit
2017
- os: ubuntu-latest
2118
python: 3.9
2219
toxenv: py
2320
runs-on: ${{ matrix.os }}
2421
steps:
25-
- uses: actions/checkout@v2
26-
- uses: actions/setup-python@v2
22+
- uses: actions/checkout@v3
23+
- uses: actions/setup-python@v4
2724
with:
2825
python-version: ${{ matrix.python }}
2926
- run: python -mpip install --upgrade setuptools pip tox virtualenv

0 commit comments

Comments
 (0)