Skip to content

Commit 0d42959

Browse files
authored
Merge pull request #59 from ISISComputingGroup/rerpha-patch-1
Update test-against-main.yml
2 parents ea13a3c + 2eec503 commit 0d42959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-against-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: install latest bluesky and ophyd-async
1919
run: pip install --upgrade --force-reinstall git+https://github.com/bluesky/bluesky.git@main git+https://github.com/bluesky/ophyd-async.git@main
2020
- name: run ruff
21-
run: python -m ruff --check
21+
run: python -m ruff check
2222
- name: run pyright
2323
run: python -m pyright
2424
- name: run pytest

0 commit comments

Comments
 (0)