From a69299b97b8a4c9afce0d5128a2d3262311ccce5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Noelia=20Ruiz=20Mart=C3=ADnez?= Date: Sun, 9 Mar 2025 17:34:19 +0100 Subject: [PATCH] Remove duplicate line --- nvdaBuilder/action.yml | 1 - requirements.txt | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/nvdaBuilder/action.yml b/nvdaBuilder/action.yml index 73b0765f699..adcdf992834 100644 --- a/nvdaBuilder/action.yml +++ b/nvdaBuilder/action.yml @@ -35,7 +35,6 @@ runs: if: ${{ inputs.scons-source == 'true' }} run: scons source %sconsArgs% --all-cores shell: cmd - shell: cmd - name: Prepare for tests run: powershell.exe ci/scripts/tests/beforeTests.ps1 shell: cmd diff --git a/requirements.txt b/requirements.txt index b61940615e7..d7b833446ee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ + # NVDA's build system is SCons SCons==4.8.1