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
commit c6463f2551
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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