File tree Expand file tree Collapse file tree 1 file changed +13
-10
lines changed
Expand file tree Collapse file tree 1 file changed +13
-10
lines changed Original file line number Diff line number Diff line change 66 runs-on : ubuntu-latest
77 steps :
88 - name : Checkout repo
9- uses : actions/checkout@v2
9+ uses : actions/checkout@v4
10+
1011 - name : Setup Python
11- uses : actions/setup-python@v1
12- with :
13- python-version : 3.8
12+ uses : actions/setup-python@v5
13+
1414 - name : Install pipenv
1515 run : pip install pipenv
16+
1617 - name : Check code formatting
1718 run : |
1819 pipenv install pre_commit
@@ -26,27 +27,29 @@ jobs:
2627 QGIS_TEST_VERSION : ${{ matrix.qgis_version }}
2728 steps :
2829 - name : Checkout
29- uses : actions/checkout@v2
30+ uses : actions/checkout@v4
3031 with :
3132 submodules : recursive
33+
3234 - name : Run tests
3335 run : |
3436 docker compose -f .docker/docker-compose.yml run qgis /usr/src/.docker/run-docker-tests.sh
3537 test_packaging :
3638 runs-on : ubuntu-latest
3739 steps :
3840 - name : Checkout
39- uses : actions/checkout@v3
41+ uses : actions/checkout@v4
4042 with :
4143 submodules : recursive
44+
4245 - name : Setup Python
43- uses : actions/setup-python@v4
44- with :
45- python-version : 3.8
46- cache : ' pip'
46+ uses : actions/setup-python@v5
47+
4748 - name : Install toolchain
4849 run : pip install build
50+
4951 - name : Package with build
5052 run : python -m build
53+
5154 - name : Install with pip
5255 run : pip install .
You can’t perform that action at this time.
0 commit comments