Merge pull request #1197 from django-helpdesk/fix-rust-calling

Try to fix CI with new rust check
This commit is contained in:
Christopher Broderick
2024-07-22 10:55:50 +01:00
committed by GitHub

View File

@ -31,7 +31,7 @@ jobs:
- name: Lint with ruff
run: |
pip install ruff
ruff helpdesk
ruff check helpdesk
- name: Test with pytest
run: |