Skip to content

Commit 4f7d735

Browse files
committed
Fix ecosystem checks by pinning Git refs
pallets/flask#5727 broke our ecosystem checks, for now we're pinning the Git refs to unblock CI.
1 parent 8d6d616 commit 4f7d735

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -691,16 +691,19 @@ jobs:
691691
matrix:
692692
include:
693693
- repo: "prefecthq/prefect"
694+
ref: "7f25bbdf45fc81cca6dc23fb6a7377d436b70c83"
694695
commands:
695696
- "uv venv"
696697
- "uv pip install -e '.[dev]'"
697698
python: "3.9"
698699
- repo: "pallets/flask"
700+
ref: "b78b5a210bde49e7e04b62a2a4f453ca10e0048c"
699701
commands:
700702
- "uv venv"
701703
- "uv pip install -r requirements/dev.txt"
702704
python: "3.12"
703705
- repo: "pydantic/pydantic-core"
706+
ref: "d03bf4a01ca3b378cc8590bd481f307e82115bc6"
704707
commands:
705708
- "uv sync --group all"
706709
- "uv lock --upgrade"
@@ -710,6 +713,7 @@ jobs:
710713
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
711714
with:
712715
repository: ${{ matrix.repo }}
716+
ref: ${{ matrix.ref }}
713717

714718
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
715719
with:

0 commit comments

Comments
 (0)