zhmcclient / python-zhmcclient

A pure Python client library for the IBM Z HMC Web Services API
Apache License 2.0
38 stars 26 forks source link

Coveralls not found on MacOS with Python 3.9, 3.10, 3.11 #1665

Closed andy-maier closed 5 days ago

andy-maier commented 6 days ago

See this week's test workflow: https://github.com/zhmcclient/python-zhmcclient/actions/runs/10865840451

From its Python 3.11 / MacOS / latest job:

Run coveralls
  coveralls
  shell: /bin/bash -l {0}
  env:
    PIP_DISABLE_PIP_VERSION_CHECK: 1
    PIP_NO_PYTHON_VERSION_WARNING: 1
    pythonLocation: /Users/runner/hostedtoolcache/Python/3.11.9/arm64
    PKG_CONFIG_PATH: /Users/runner/hostedtoolcache/Python/3.11.9/arm64/lib/pkgconfig
    Python_ROOT_DIR: /Users/runner/hostedtoolcache/Python/3.11.9/arm64
    Python2_ROOT_DIR: /Users/runner/hostedtoolcache/Python/3.11.9/arm64
    Python3_ROOT_DIR: /Users/runner/hostedtoolcache/Python/3.11.9/arm64
    GITHUB_TOKEN: ***
    COVERALLS_PARALLEL: true
    COVERALLS_FLAG_NAME: macos-latest,3.11,latest
    COVERALLS_SERVICE_NAME: github
    COVERALLS_SERVICE_JOB_ID: 10865840451
    COVERALLS_SERVICE_NUMBER: test-3017
/Users/runner/work/_temp/43f872ff-0703-452b-952c-16732d678e6d.sh: line 1: coveralls: command not found
andy-maier commented 6 days ago

I started a debug PR #1663.

As a result, I opened an issue against the actions/setup-python repo: https://github.com/actions/setup-python/issues/942. Details of what was found are described in that issue.