Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation: command pip test does not exist #292

Closed
2 of 5 tasks
chagar opened this issue Dec 10, 2021 · 1 comment
Closed
2 of 5 tasks

Documentation: command pip test does not exist #292

chagar opened this issue Dec 10, 2021 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@chagar
Copy link

chagar commented Dec 10, 2021

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.
@chagar chagar added bug Something isn't working needs triage labels Dec 10, 2021
@chagar chagar changed the title Documented command pip test does not exist Documentation: command pip test does not exist Dec 10, 2021
@nikita-bykov
Copy link
Contributor

Hello @chagar, thanks for your request! We've removed this command from the documentation. Related PR.
I'm going to close the issue, but feel free to contact us if you have any questions.

@nikita-bykov nikita-bykov added documentation Improvements or additions to documentation and removed bug Something isn't working needs triage labels Dec 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants