Skip to content

Commit d1ec9cf

Browse files
committed
ci: add python version to setup-python environment
v4 of the setup-python helper wants to know the python version number. Signed-off-by: Daniel Wagner <[email protected]>
1 parent 2f52a76 commit d1ec9cf

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/meson.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
run: sudo apt-get install libjson-c-dev
1717
- uses: actions/checkout@v3
1818
- uses: actions/setup-python@v3
19+
with:
20+
python-version: '3.x'
1921
- uses: BSFishy/[email protected]
2022
with:
2123
setup-options: --werror
@@ -35,6 +37,8 @@ jobs:
3537
run: sudo apt-get install -y libpam-dev libcap-ng-dev
3638
- uses: actions/checkout@v3
3739
- uses: actions/setup-python@v3
40+
with:
41+
python-version: '3.x'
3842
- uses: BSFishy/[email protected]
3943
with:
4044
setup-options: --werror --wrap-mode=forcefallback
@@ -55,6 +59,8 @@ jobs:
5559
run: sudo apt-get install -y libpam-dev libcap-ng-dev
5660
- uses: actions/checkout@v3
5761
- uses: actions/setup-python@v3
62+
with:
63+
python-version: '3.x'
5864
- uses: BSFishy/[email protected]
5965
with:
6066
setup-options: --werror --wrap-mode=forcefallback --default-library=static
@@ -75,6 +81,8 @@ jobs:
7581
run: sudo apt-get install libjson-c-dev lcov
7682
- uses: actions/checkout@v3
7783
- uses: actions/setup-python@v3
84+
with:
85+
python-version: '3.x'
7886
- uses: BSFishy/[email protected]
7987
with:
8088
setup-options: -Db_coverage=true --werror

0 commit comments

Comments
 (0)