@@ -26,6 +26,8 @@ jobs: | |||
| 26 | 26 | with: | |
| 27 | 27 | fetch-depth: 0 | |
| 28 | 28 | - uses: actions/setup-python@v4 | |
| 29 | + with: | ||
| 30 | + python-version: "3.10" | ||
| 29 | 31 | - run: pip install --upgrade tox | |
| 30 | 32 | - name: Run commitizen (https://commitizen-tools.github.io/commitizen/) | |
| 31 | 33 | run: tox -e cz | |
@@ -31,6 +31,8 @@ jobs: | |||
| 31 | 31 | steps: | |
| 32 | 32 | - uses: actions/checkout@v3 | |
| 33 | 33 | - uses: actions/setup-python@v4 | |
| 34 | + with: | ||
| 35 | + python-version: "3.10" | ||
| 34 | 36 | - run: pip install --upgrade -r requirements.txt -r requirements-lint.txt pre-commit | |
| 35 | 37 | - name: Run pre-commit install | |
| 36 | 38 | run: pre-commit install | |
0 commit comments