Skip to content

Duplicate pip install #27

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

Closed
tekktrik opened this issue Jul 12, 2023 · 0 comments · Fixed by #29
Closed

Duplicate pip install #27

tekktrik opened this issue Jul 12, 2023 · 0 comments · Fixed by #29
Assignees
Labels
bug Something isn't working

Comments

@tekktrik
Copy link
Member

Looks like this workflow duplicates the pip install steps completed by actions-ci/install.sh:

- name: Install dependencies
shell: bash
run: |
pip install -r requirements.txt
pip install -r optional_requirements.txt

https://github.com/adafruit/actions-ci-circuitpython-libs/blob/820e76313197a5721a966d7bd3cfc70ad8156a61/install.sh#L23-L26

@tekktrik tekktrik added the bug Something isn't working label Jul 12, 2023
@tekktrik tekktrik self-assigned this Jul 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant