more specific version of python to test against

release/4.3a0
Varun Agrawal 2021-03-24 00:35:43 -04:00
parent 74e4fc392c
commit 8db1eed2d3
2 changed files with 1 additions and 2 deletions

View File

@ -58,7 +58,6 @@ PATH=$PATH:$($PYTHON -c "import site; print(site.USER_BASE)")/bin
BUILD_PYBIND="ON"
TYPEDEF_POINTS_TO_VECTORS="ON"
sudo $PYTHON -m pip install -r $GITHUB_WORKSPACE/python/requirements.txt

View File

@ -29,7 +29,7 @@ jobs:
#TODO update wrapper to prevent OOM
# build_type: [Debug, Release]
build_type: [Release]
python_version: [3]
python_version: [3.6]
include:
- name: ubuntu-18.04-gcc-5
os: ubuntu-18.04