Define PY3 environment variable if necessary

This fixes handling Python 2 and 3 builds in the same way.
This commit is contained in:
Vadim Zeitlin 2021-09-30 20:04:49 +02:00
commit b77b90da88

View file

@ -51,6 +51,7 @@ jobs:
env:
SWIGLANG: ${{ matrix.SWIGLANG }}
PY3: ${{ matrix.PY3 }}
SWIG_FEATURES: ${{ matrix.SWIG_FEATURES }}
CONFIGOPTS: ${{ matrix.CONFIGOPTS }}
CSTD: ${{ matrix.CSTD }}