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

Test error in GitHub workflow #49

Closed
dofuuz opened this issue Jul 27, 2024 · 1 comment
Closed

Test error in GitHub workflow #49

dofuuz opened this issue Jul 27, 2024 · 1 comment

Comments

@dofuuz
Copy link

dofuuz commented Jul 27, 2024

There is wrong YAML formatting in:

run: python -m pip install pytest
pip install --verbose .

This runs

python -m pip install pytest pip install --verbose .

and tries to install pytest, pip, install, ..
install package is removed from PyPI and causing error.
pypi/support#451

This should be fixed something like this:

      run: |
        python -m pip install pytest
        pip install --verbose .
@wjakob
Copy link
Owner

wjakob commented Sep 17, 2024

Fixed, thank you!

@wjakob wjakob closed this as completed Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants