Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion WORKFLOWS_SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ Target URL: https://pydevices.github.io/pdwidgets/

### CI tests workflow

Copy `ci/github-workflows/tests.yml` → `.github/workflows/tests.yml` after PR #4
(Workflows live only in `.github/workflows/` — do not keep a parallel `ci/` tree.)
(checks out a shallow `pydisplay` dep tree for import tests). Requires `workflow`
scope on the pushing PAT.
29 changes: 0 additions & 29 deletions ci/github-workflows/deploy-pages.yml

This file was deleted.

30 changes: 0 additions & 30 deletions ci/github-workflows/docs.yml

This file was deleted.

158 changes: 0 additions & 158 deletions ci/github-workflows/publish-micropython-lib.yml

This file was deleted.

53 changes: 0 additions & 53 deletions ci/github-workflows/tests.yml

This file was deleted.

2 changes: 1 addition & 1 deletion tests/stubs/micropython/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""Minimal CPython shim for ``from micropython import const`` in unit tests.

pydisplay deps (``graphics``, ``palettes``, ``framebuf``) come from the CI
sparse checkout; see ``ci/github-workflows/tests.yml``.
sparse checkout; see ``.github/workflows/tests.yml``.
"""


Expand Down
Loading