Skip to content

Commit

Permalink
Update createstubs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Josverl authored Feb 9, 2024
1 parent 67e464e commit 0d5d3ef
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/createstubs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ jobs:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- name: Checkout stubber repo
uses: actions/checkout@v4
with:
repository: josverl/micropython-stubber
path: repos/micropython-stubber

- name: Set up Python
uses: actions/setup-python@v5
with:
Expand All @@ -15,9 +21,9 @@ jobs:
- name: Install dependencies
run: |
pip install -U mpremote micropython-stubber
pipx install poetry --ensurepath
- name: clone Repos
run: |
git clone https://github.com/Josverl/micropython-stubber repos/micropython-stubber
stubber clone
- name: run board stubber
Expand Down

0 comments on commit 0d5d3ef

Please sign in to comment.