From 3ce8cde59d5539b472279b7ccfac30a1df5f6ab1 Mon Sep 17 00:00:00 2001 From: Skyth <19259897+blueskythlikesclouds@users.noreply.github.com> Date: Wed, 12 Jun 2024 22:19:03 +0300 Subject: [PATCH] Workflow fix attempt #1 --- .github/workflows/windows_builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows_builds.yml b/.github/workflows/windows_builds.yml index 0491a93498cd..fa1cedba978c 100644 --- a/.github/workflows/windows_builds.yml +++ b/.github/workflows/windows_builds.yml @@ -47,7 +47,7 @@ jobs: - name: Configuring Python packages run: | python -c "import sys; print(sys.version)" - python -m pip install scons + python -m pip install scons==4.5.2 python --version scons --version