Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Juliette-Gerbaux authored and Juliette-Gerbaux committed Dec 5, 2024
1 parent a88c88c commit cb367da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt -r requirements-dev.txt
- name: Check typing
run: |
python -m mypy src
- name: Test
run: |
pytest
- name: Check typing
run: |
python -m mypy src

0 comments on commit cb367da

Please sign in to comment.