Skip to content

Commit

Permalink
Removed needs:build from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wleong1 committed Mar 7, 2024
1 parent fc36e34 commit a6e9e65
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
- run: mkdocs gh-deploy --force

mypy:
needs: build
runs-on: ubuntu-latest
name: Mypy
steps:
Expand All @@ -46,7 +45,6 @@ jobs:
mypy src/
pylint:
needs: build
runs-on: ubuntu-latest
name: pylint
steps:
Expand All @@ -63,7 +61,6 @@ jobs:
pylint src/
pytest:
needs: build
runs-on: ubuntu-latest
name: pytest
steps:
Expand Down

0 comments on commit a6e9e65

Please sign in to comment.