]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
ci: add python version to setup-python environment
authorDaniel Wagner <dwagner@suse.de>
Tue, 14 Jun 2022 09:44:59 +0000 (11:44 +0200)
committerDaniel Wagner <dwagner@suse.de>
Tue, 14 Jun 2022 09:44:59 +0000 (11:44 +0200)
v4 of the setup-python helper wants to know the python version number.

Signed-off-by: Daniel Wagner <dwagner@suse.de>
.github/workflows/meson.yml

index deeeea733446c158ef2297968f682c3785170bbe..6d6759536f9cdc9c7f99f373ce32338b30d6277f 100644 (file)
@@ -17,6 +17,8 @@ jobs:
         run: sudo apt-get install libjson-c-dev libhugetlbfs-dev
       - uses: actions/checkout@v3
       - uses: actions/setup-python@v3
+        with:
+          python-version: '3.x'
       # - name: install python dependencies
       #   run: |
       #     python -m pip install --upgrade pip
@@ -33,6 +35,8 @@ jobs:
         run: sudo apt-get install -y libpam-dev libcap-ng-dev
       - uses: actions/checkout@v3
       - uses: actions/setup-python@v3
+        with:
+          python-version: '3.x'
       - uses: BSFishy/meson-build@v1.0.3
         with:
           setup-options: --werror -Duuid:werror=false --wrap-mode=forcefallback
@@ -47,6 +51,8 @@ jobs:
         run: sudo apt-get install -y libpam-dev libcap-ng-dev
       - uses: actions/checkout@v3
       - uses: actions/setup-python@v3
+        with:
+          python-version: '3.x'
       - uses: BSFishy/meson-build@v1.0.3
         with:
           setup-options: --werror -Duuid:werror=false --wrap-mode=forcefallback --default-library=static