Skip to content

Commit

Permalink
Update manylinux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
natevm authored Oct 8, 2020
1 parent 913f68e commit 6e77681
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/manylinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 6e77681

Please sign in to comment.