From 62d8d2c560c3cdc960635e5dbf58994a4a2a9bd0 Mon Sep 17 00:00:00 2001 From: Llewellyn Falco Date: Sun, 24 Nov 2024 20:57:11 +0000 Subject: [PATCH] . e Update python-tests.yml --- .github/workflows/python-tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 6a192437..6849785c 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -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