Skip to content

Commit

Permalink
depot + cleanup (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielchalef authored Aug 22, 2024
1 parent 7660dfb commit eea0160
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
ruff:
environment: development
runs-on: ubuntu-latest
runs-on: depot-ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
test:
runs-on: ubuntu-latest
runs-on: depot-ubuntu-22.04
environment:
name: development
steps:
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ format:
# Lint code
lint:
$(RUFF) check
$(MYPY) --install-types --non-interactive .
$(MYPY) . --show-column-numbers --show-error-codes --pretty

# Run tests
Expand Down

0 comments on commit eea0160

Please sign in to comment.