Skip to content

Commit

Permalink
Attempting to fix aarch64 missing py3.11 issue. 8
Browse files Browse the repository at this point in the history
  • Loading branch information
ciaranra committed Mar 10, 2024
1 parent 67fe171 commit 4e5bf89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypecos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
$PYTHON_BIN -m pip install --upgrade pip setuptools
$PYTHON_BIN -m pip install pytest-cov
set -e
WHEEL_FILE=$(ls dist/pypecos_rslib-*-${PYTHON_VER_NO_DOT}-*.whl)
WHEEL_FILE=$(ls dist/pypecos_rslib-*-cp${PYTHON_VER_NO_DOT}-*.whl)
$PYTHON_BIN -m pip install "${WHEEL_FILE}" --force-reinstall --only-binary :all:
cd ./python/pypecos-rslib && $PYTHON_BIN -m pytest --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html
Expand Down

0 comments on commit 4e5bf89

Please sign in to comment.