|
21 | 21 | python-version: "3.11" # minimum supported lang version |
22 | 22 |
|
23 | 23 | - name: Install dependencies |
24 | | - run: python -m pip install hatch 'click!=8.3.0' 'virtualenv<21' |
| 24 | + run: python -m pip install hatch 'click!=8.3.0' |
25 | 25 |
|
26 | 26 | - name: Run pre-commit hooks |
27 | 27 | run: hatch run lint:install-hooks && hatch run lint:precommit |
|
42 | 42 | python-version: "3.11" # minimum supported lang version |
43 | 43 |
|
44 | 44 | - name: Install dependencies |
45 | | - run: python -m pip install hatch 'click!=8.3.0' 'virtualenv<21' |
| 45 | + run: python -m pip install hatch 'click!=8.3.0' |
46 | 46 |
|
47 | 47 | - name: Run |
48 | 48 | run: hatch run lint:check |
|
63 | 63 | python-version: "3.11" # minimum supported lang version |
64 | 64 |
|
65 | 65 | - name: Install dependencies |
66 | | - run: python -m pip install hatch 'click!=8.3.0' 'virtualenv<21' |
| 66 | + run: python -m pip install hatch 'click!=8.3.0' |
67 | 67 |
|
68 | 68 | - name: Check MyPy |
69 | 69 | run: hatch run mypy:check |
|
84 | 84 | python-version: "3.11" # minimum supported lang version |
85 | 85 |
|
86 | 86 | - name: Install dependencies |
87 | | - run: python -m pip install hatch 'click!=8.3.0' 'virtualenv<21' |
| 87 | + run: python -m pip install hatch 'click!=8.3.0' |
88 | 88 |
|
89 | 89 | - name: Run |
90 | 90 | run: hatch run lint:pkglint |
@@ -121,7 +121,7 @@ jobs: |
121 | 121 | python-version: "3.11" # minimum supported lang version |
122 | 122 |
|
123 | 123 | - name: Install dependencies |
124 | | - run: python -m pip install hatch 'click!=8.3.0' 'virtualenv<21' |
| 124 | + run: python -m pip install hatch 'click!=8.3.0' |
125 | 125 |
|
126 | 126 | - name: Run |
127 | 127 | run: hatch run docs:build |
|
0 commit comments