We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ea13a3c + 2eec503 commit 0d42959Copy full SHA for 0d42959
.github/workflows/test-against-main.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: install latest bluesky and ophyd-async
19
run: pip install --upgrade --force-reinstall git+https://github.com/bluesky/bluesky.git@main git+https://github.com/bluesky/ophyd-async.git@main
20
- name: run ruff
21
- run: python -m ruff --check
+ run: python -m ruff check
22
- name: run pyright
23
run: python -m pyright
24
- name: run pytest
0 commit comments