From bc40f5d9915028cd4c10c5a24157db238207f49b Mon Sep 17 00:00:00 2001 From: Eugene Molotov Date: Sat, 23 Mar 2024 11:20:43 +0500 Subject: [PATCH] saved --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f73b617..5e04f9b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: run: sudo add-apt-repository ppa:deadsnakes/ppa - name: Set up Python ${{ matrix.python-version }} run: | - sudo apt-get install python${{ matrix.python-version }}-dev python3-distutils + sudo apt-get install python${{ matrix.python-version }}-dev python${{ matrix.python-version }}-venv sudo update-alternatives --install /usr/bin/python3 python3 `which python${{ matrix.python-version }}` 1 sudo update-alternatives --install /usr/bin/python3-config python3-config `which python${{ matrix.python-version }}-config` 1 - name: Upgrade setuptools for Python 3.12