Skip to content

Test error in GitHub workflow #49

@dofuuz

Description

@dofuuz

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 .

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions