Skip to content

Commit

Permalink
Update run-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jlowin committed Sep 2, 2024
1 parent 535c887 commit ab2c29d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: uv pip install --system ".[tests]"

- name: Install Prefect @ b6d19c1 (remove after release)
run: uv pip install prefect@git+https://github.com/prefecthq/prefect@b6d19c1
run: uv pip install --system prefect@git+https://github.com/prefecthq/prefect@b6d19c1

- name: Run tests
run: pytest -vv
Expand Down

0 comments on commit ab2c29d

Please sign in to comment.