Skip to content

Documentation: command pip test does not exist #292

@chagar

Description

@chagar

Description:

Action version:

  • - uses: actions/setup-python@v2

Platform:

  • Ubuntu
  • macOS
  • Windows

Runner type:

  • Hosted
  • Self-hosted

Tools version:

  • 3.9.9
  • Likely all versions

Repro steps:

  1. Copy caching example from README under Caching pip dependencies into your GitHub Actions workflow.
  2. Run it.
  3. See ERROR: unknown command "test" under Run pip test action.

  1. Remove the line - run: pip test
  2. Actions finishes successfully.

Expected behavior:

  • Successful action with successful caching.
  • One possible alternative: pip check. However, is this necessary after running pip install?

Actual behavior:

  • Command not found.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions