Skip to content

Duplicate pip install #27

Closed
Closed
@tekktrik

Description

@tekktrik

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions