We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cca71c3 + 0d42959 commit 8e88bfcCopy full SHA for 8e88bfc
.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