summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorIlya Maximets <i.maximets@ovn.org>2021-10-21 21:12:12 +0200
committerIlya Maximets <i.maximets@ovn.org>2021-10-21 21:31:53 +0200
commitfa2bc2bb7c05c6b2d72be58b146d379cf3cc10cf (patch)
treef14f84b493c9eba0f03721b75cc7960558f923c4 /.github/workflows
parenta621ac5eafe38809116d65397618d1ce8559be53 (diff)
downloadopenvswitch-fa2bc2bb7c05c6b2d72be58b146d379cf3cc10cf.tar.gz
github: Stick to python 3.9.
Since recently actions/setup-python@v2 started to pull python 3.10.0 which seems to be incompatible with the meson 0.47.1 which we're using to build DPDK. This broke CI on 2.16 and master branches: https://github.com/ovsrobot/ovs/runs/3967167374 Sticking the version to 3.9 for now to avoid the CI failure. Dependency resolver is still not very happy, but at least it works. We'll need to find a newer version of meson to use later and revert this change. Signed-off-by: Ilya Maximets <i.maximets@ovn.org> Acked-by: Aaron Conole <aconole@redhat.com>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build-and-test.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml
index e2350c6d9..7434ad18e 100644
--- a/.github/workflows/build-and-test.yml
+++ b/.github/workflows/build-and-test.yml
@@ -127,7 +127,7 @@ jobs:
- name: set up python
uses: actions/setup-python@v2
with:
- python-version: '3.x'
+ python-version: '3.9'
- name: create ci signature file for the dpdk cache key
if: matrix.dpdk != '' || matrix.dpdk_shared != ''
@@ -215,7 +215,7 @@ jobs:
- name: set up python
uses: actions/setup-python@v2
with:
- python-version: '3.x'
+ python-version: '3.9'
- name: install dependencies
run: brew install automake libtool
- name: prepare