Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kongzii committed Jan 25, 2024
1 parent 338a9fd commit c6450d9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/python_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:

jobs:
mypy:
needs: setup
runs-on: ubuntu-latest
steps:
- name: Prepare Python environment
Expand All @@ -16,15 +15,13 @@ jobs:
run: poetry run mypy

pytest:
needs: setup
runs-on: ubuntu-latest
steps:
- name: Prepare Python environment
uses: actions/python_prepare@v1
- name: Run pytest
run: poetry run pytest
black:
needs: setup
runs-on: ubuntu-latest
steps:
- name: Prepare Python environment
Expand Down

0 comments on commit c6450d9

Please sign in to comment.