From 6e776818c0f53a2966f076cd79f1cc5df200870f Mon Sep 17 00:00:00 2001 From: "Nathan V. Morrical" Date: Thu, 8 Oct 2020 10:49:27 -0600 Subject: [PATCH] Update manylinux.yml --- .github/workflows/manylinux.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/manylinux.yml b/.github/workflows/manylinux.yml index bbf9e186..d6d0efca 100644 --- a/.github/workflows/manylinux.yml +++ b/.github/workflows/manylinux.yml @@ -31,7 +31,7 @@ jobs: - name: Download Dependencies run: | # Add directory containing cmake - export PATH=$PATH:/opt/_internal/cpython-3.8.5/bin/ + export PATH=$PATH:/opt/_internal/cpython-3.8.6/bin/ # list contents of python folder #ls -R /opt/python/${{ matrix.python-version }} @@ -52,7 +52,7 @@ jobs: /opt/python/cp38-cp38/bin/pip install cmake find / -iname "cmake" - /opt/_internal/cpython-3.8.5/bin/cmake --version + /opt/_internal/cpython-3.8.6/bin/cmake --version # Setuptools scm /opt/python/${{ matrix.python-version }}/bin/pip install setuptools_scm @@ -87,7 +87,7 @@ jobs: - name: Configure and install cmake project run: | - export PATH=$PATH:/opt/_internal/cpython-3.8.5/bin/ + export PATH=$PATH:/opt/_internal/cpython-3.8.6/bin/ source /opt/rh/devtoolset-8/enable PY=${{ matrix.python-version }}