Skip to content

Commit

Permalink
Merge pull request #139 from nasa/dependabot/pip/develop/pip-dependen…
Browse files Browse the repository at this point in the history
…cies-6e818024e4

Fix deprecated ruff syntax in run_tests.yml
  • Loading branch information
danielfromearth authored Jul 3, 2024
2 parents d57c6c2 + 7b4829d commit b58215b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Lint
run: |
poetry run ruff batcher
poetry run ruff check batcher
- name: Run tests with coverage
run: |
Expand Down

0 comments on commit b58215b

Please sign in to comment.