Skip to content

Commit

Permalink
Fix ruff args, fix test installation
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeNaccarato committed Oct 26, 2023
1 parent 8f46032 commit 5f85c58
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: "blakeNaccarato/[email protected]"
with:
python-version: "3.11"
- run: "ruff --no-fix --format github ."
- run: "ruff --no-fix --output-format github ."
pytest:
runs-on: "ubuntu-latest"
steps:
Expand Down
3 changes: 0 additions & 3 deletions .tools/requirements/requirements_ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
# * -------------------------------------------------------------------------------- * #
# * Changes below should persist in significant template updates.

# ? Install tests package so modules can be run in debugging
tests/.

# * -------------------------------------------------------------------------------- * #
# * Changes below may be lost in significant template updates.

Expand Down
3 changes: 0 additions & 3 deletions .tools/requirements/requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
# * -------------------------------------------------------------------------------- * #
# * Changes below should persist in significant template updates.

# ? Install tests package so modules can be run in debugging
-e tests/.

# * -------------------------------------------------------------------------------- * #
# * Changes below may be lost in significant template updates.

Expand Down

0 comments on commit 5f85c58

Please sign in to comment.