|
16 | 16 | steps:
|
17 | 17 | - uses: actions/checkout@v3
|
18 | 18 | - name: Set up Python ${{ matrix.python-version }}
|
19 |
| - uses: actions/setup-python@v3 |
| 19 | + uses: actions/setup-python@v4 |
20 | 20 | with:
|
21 | 21 | python-version: ${{ matrix.python-version }}
|
22 | 22 | - name: Install dependencies
|
|
41 | 41 | steps:
|
42 | 42 | - uses: actions/checkout@v3
|
43 | 43 | - name: Set up Python ${{ matrix.python-version }}
|
44 |
| - uses: actions/setup-python@v3 |
| 44 | + uses: actions/setup-python@v4 |
45 | 45 | with:
|
46 | 46 | python-version: ${{ matrix.python-version }}
|
47 | 47 | - name: Install dependencies
|
|
55 | 55 | inv mkdir build/coverage-data
|
56 | 56 | inv tox -e "py-*"
|
57 | 57 |
|
58 |
| - test-py36: |
59 |
| - runs-on: ${{ matrix.os }} |
60 |
| - strategy: |
61 |
| - max-parallel: 4 |
62 |
| - matrix: |
63 |
| - os: [ubuntu-latest, macos-latest, windows-latest] |
64 |
| - python-version: ["3.6"] |
65 |
| - |
66 |
| - steps: |
67 |
| - - uses: actions/checkout@v3 |
68 |
| - - name: Set up Python ${{ matrix.python-version }} |
69 |
| - uses: actions/setup-python@v3 |
70 |
| - with: |
71 |
| - python-version: ${{ matrix.python-version }} |
72 |
| - - name: Install dependencies |
73 |
| - run: | |
74 |
| - python -m pip install pip==21.3.1 |
75 |
| - python -m pip install invoke tox |
76 |
| - - name: Run tox |
77 |
| - env: |
78 |
| - TOX_PARALLEL_NO_SPINNER: "1" |
79 |
| - run: | |
80 |
| - inv mkdir build/coverage-data |
81 |
| - inv tox -e "py36-*" |
82 | 58 |
|
83 | 59 | lint:
|
84 | 60 | runs-on: ubuntu-latest
|
|
90 | 66 | steps:
|
91 | 67 | - uses: actions/checkout@v3
|
92 | 68 | - name: Set up Python ${{ matrix.python-version }}
|
93 |
| - uses: actions/setup-python@v3 |
| 69 | + uses: actions/setup-python@v4 |
94 | 70 | with:
|
95 | 71 | python-version: ${{ matrix.python-version }}
|
96 | 72 | - name: Install dependencies
|
|
0 commit comments