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

ci: fix broken configuration #52

Merged
merged 1 commit into from
Sep 17, 2024
Merged

ci: fix broken configuration #52

merged 1 commit into from
Sep 17, 2024

Conversation

henryiii
Copy link
Contributor

@henryiii henryiii commented Aug 20, 2024

I'm not sure how this ever passed, but:

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

is exactly the same as

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

in YAML. If you used a YAML formatter, say in pre-commit, it would have rewritten this for you and it would have been obvious that it was incorrect. Currently it's failing because there is no install package, maybe there used to be such a package and it got removed?

This should fix #51 and #52.

@wjakob
Copy link
Owner

wjakob commented Sep 17, 2024

Thank you!

@wjakob wjakob merged commit 12778d3 into wjakob:master Sep 17, 2024
13 checks passed
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

Successfully merging this pull request may close these issues.

2 participants