From b77b90da889088ff5e9bfa783315ba350ee93e94 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 30 Sep 2021 20:04:49 +0200 Subject: [PATCH] Define PY3 environment variable if necessary This fixes handling Python 2 and 3 builds in the same way. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8815de117..b9a5c4c81 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,6 +51,7 @@ jobs: env: SWIGLANG: ${{ matrix.SWIGLANG }} + PY3: ${{ matrix.PY3 }} SWIG_FEATURES: ${{ matrix.SWIG_FEATURES }} CONFIGOPTS: ${{ matrix.CONFIGOPTS }} CSTD: ${{ matrix.CSTD }}