-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Looks like this workflow duplicates the pip install steps completed by actions-ci/install.sh:
workflows-circuitpython-libs/build/action.yml
Lines 68 to 72 in a9417d1
| - name: Install dependencies | |
| shell: bash | |
| run: | | |
| pip install -r requirements.txt | |
| pip install -r optional_requirements.txt |
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working