From 8c595a17fe9d905af1597887b9c700f8bd99fbb1 Mon Sep 17 00:00:00 2001 From: Andrew Sazonov Date: Tue, 12 Mar 2024 02:33:59 +0100 Subject: [PATCH] Remove distutil --- .github/workflows/installer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/installer.yml b/.github/workflows/installer.yml index 0552327..715022d 100644 --- a/.github/workflows/installer.yml +++ b/.github/workflows/installer.yml @@ -223,7 +223,7 @@ jobs: - name: Install Python dependences run: | - python -m pip install requests distutils + python -m pip install requests - name: Set up screen (Linux) if: runner.os == 'Linux'