From 22dc6062c280162ef63f9fc089c827b41fa257d2 Mon Sep 17 00:00:00 2001 From: Alessio Buccino Date: Thu, 2 Nov 2023 14:48:25 +0100 Subject: [PATCH] Fix installation-tips test CI --- .github/workflows/installation-tips-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/installation-tips-test.yml b/.github/workflows/installation-tips-test.yml index d4529bdaff..ce4a9d16ec 100644 --- a/.github/workflows/installation-tips-test.yml +++ b/.github/workflows/installation-tips-test.yml @@ -36,4 +36,4 @@ jobs: run: python ./installation_tips/check_your_install.py --ci # ci flag turns off gui - name: Windows cleanup if: ${{ matrix.label == 'windows' }} - run: python .installation_tips/cleanup_for_windows.py + run: python ./installation_tips/cleanup_for_windows.py