diff --git a/.github/workflows/build-wheel-linux.yml b/.github/workflows/build-wheel-linux.yml index 3b566f9..b2740d0 100644 --- a/.github/workflows/build-wheel-linux.yml +++ b/.github/workflows/build-wheel-linux.yml @@ -53,38 +53,38 @@ jobs: name: wheel-manylinux2014-3.8 path: wheelhouse/*.whl - ################################################################ - - run: ./scripts/wheel-linux.sh 3.9 - - uses: actions/upload-artifact@v2 - name: Upload wheel 3.9 - with: - name: wheel-manylinux2014-3.9 - path: wheelhouse/*.whl - - ################################################################ - - run: ./scripts/wheel-linux.sh 3.10 - - uses: actions/upload-artifact@v2 - name: Upload wheel 3.10 - with: - name: wheel-manylinux2014-3.10 - - path: wheelhouse/*.whl - - ################################################################ - - run: ./scripts/wheel-linux.sh 3.11 - - uses: actions/upload-artifact@v2 - name: Upload wheel 3.11 - with: - name: wheel-manylinux2014-3.11 - path: wheelhouse/*.whl - - ################################################################ - - run: ./scripts/wheel-linux.sh 3.12 - - uses: actions/upload-artifact@v2 - name: Upload wheel 3.12 - with: - name: wheel-manylinux2014-3.12 - path: wheelhouse/*.whl + # ################################################################ + # - run: ./scripts/wheel-linux.sh 3.9 + # - uses: actions/upload-artifact@v2 + # name: Upload wheel 3.9 + # with: + # name: wheel-manylinux2014-3.9 + # path: wheelhouse/*.whl + + # ################################################################ + # - run: ./scripts/wheel-linux.sh 3.10 + # - uses: actions/upload-artifact@v2 + # name: Upload wheel 3.10 + # with: + # name: wheel-manylinux2014-3.10 + + # path: wheelhouse/*.whl + + # ################################################################ + # - run: ./scripts/wheel-linux.sh 3.11 + # - uses: actions/upload-artifact@v2 + # name: Upload wheel 3.11 + # with: + # name: wheel-manylinux2014-3.11 + # path: wheelhouse/*.whl + + # ################################################################ + # - run: ./scripts/wheel-linux.sh 3.12 + # - uses: actions/upload-artifact@v2 + # name: Upload wheel 3.12 + # with: + # name: wheel-manylinux2014-3.12 + # path: wheelhouse/*.whl test: diff --git a/scripts/test-linux.sh b/scripts/test-linux.sh index 28beff8..f0cf288 100755 --- a/scripts/test-linux.sh +++ b/scripts/test-linux.sh @@ -23,6 +23,7 @@ pip install -r tests/requirements.txt pip freeze ls -l $RUNNER_TEMP/venv_$version/lib/python${python_version}/site-packages/eccodes.libs/ +ldd $RUNNER_TEMP/venv_$version/lib/python${python_version}/site-packages/eccodes.libs//libeccodes-e6c1734d.so cd tests pytest -v -s