Skip to content

Commit 535c887

Browse files
committed
Update run-tests.yml
1 parent 8560529 commit 535c887

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ jobs:
4444
- name: Install ControlFlow
4545
run: uv pip install --system ".[tests]"
4646

47+
- name: Install Prefect @ b6d19c1 (remove after release)
48+
run: uv pip install prefect@git+https://github.com/prefecthq/prefect@b6d19c1
49+
4750
- name: Run tests
4851
run: pytest -vv
4952
if: ${{ !(github.event.pull_request.head.repo.fork) }}

0 commit comments

Comments
 (0)