Skip to content

Commit

Permalink
[CI/CD] Use Alpine testing repo.
Browse files Browse the repository at this point in the history
py3-marshmallow is still available only on the testing repo, and it's
now a hard dependency.
  • Loading branch information
blacklight committed Nov 10, 2024
1 parent a99bde7 commit d80bb9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions platypush/install/requirements/alpine.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ py3-docutils
py3-flask
py3-greenlet
py3-magic
py3-marshmallow
py3-mypy-extensions
py3-psutil
py3-redis
Expand Down
2 changes: 1 addition & 1 deletion platypush/install/scripts/alpine/PKGCMD
Original file line number Diff line number Diff line change
@@ -1 +1 @@
apk add --update --no-interactive --no-cache
apk add --update --no-interactive --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing/

0 comments on commit d80bb9a

Please sign in to comment.