Define PY3 environment variable if necessary
This fixes handling Python 2 and 3 builds in the same way.
This commit is contained in:
parent
07d1ababcc
commit
b77b90da88
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
|
@ -51,6 +51,7 @@ jobs:
|
|||
|
||||
env:
|
||||
SWIGLANG: ${{ matrix.SWIGLANG }}
|
||||
PY3: ${{ matrix.PY3 }}
|
||||
SWIG_FEATURES: ${{ matrix.SWIG_FEATURES }}
|
||||
CONFIGOPTS: ${{ matrix.CONFIGOPTS }}
|
||||
CSTD: ${{ matrix.CSTD }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue