Skip to content

Commit

Permalink
Update main.yml for test
Browse files Browse the repository at this point in the history
  • Loading branch information
Alina070687 authored Dec 19, 2024
1 parent 6968c30 commit 9d5b4b8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Install mypy
run: pip install mypy

- name: Type check
run: mypy ./server/py/dog.py

- name: Test with pytest
run: |
pip install pytest
Expand Down

0 comments on commit 9d5b4b8

Please sign in to comment.