From 6cabd552b0a92b644d6606d6aecdbe5fa826f993 Mon Sep 17 00:00:00 2001 From: Roy Lane Date: Wed, 15 Jan 2025 12:39:26 -0500 Subject: [PATCH] check dir after install --- .github/actions/setup-dependencies-windows/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/setup-dependencies-windows/action.yml b/.github/actions/setup-dependencies-windows/action.yml index 6cf39a2b..3c2113fe 100644 --- a/.github/actions/setup-dependencies-windows/action.yml +++ b/.github/actions/setup-dependencies-windows/action.yml @@ -26,6 +26,7 @@ runs: pip install -r requirements.txt pip install pytest pip install selenium + ls - name: Download OPA executable shell: powershell