Skip to content

Commit

Permalink
Merge pull request #29 from CentreForDigitalHumanities/feature/update…
Browse files Browse the repository at this point in the history
…-requirements

Update test.yml ruff command
  • Loading branch information
ar-jan authored Jan 9, 2025
2 parents 397930e + d58da94 commit 5d9adbb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ jobs:
pip install -r requirements-dev.txt
- name: Lint with ruff
run: |
pip install ruff
ruff --output-format=github --target-version=py38 .
ruff check --output-format=github --target-version=py39 .
- name: Test with pytest
run: |
cp .env.dist .env
Expand Down

0 comments on commit 5d9adbb

Please sign in to comment.