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