Skip to content

Commit

Permalink
. e Update python-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
isidore authored Nov 24, 2024
1 parent 4d9ef91 commit 62d8d2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,9 @@ jobs:
- name: Check type hints
run: |
cd ApprovalTests/ApprovalTests.cpp
cd build
python3 -m pip install types-PyYAML
cd ApprovalTests/ApprovalTests.cpp/build
./check_type_hints.sh
- name: Lint with flake8
Expand Down

0 comments on commit 62d8d2c

Please sign in to comment.