From 7e9f5fe1cfa730fa82a61ff355daf75a71d1cb8a Mon Sep 17 00:00:00 2001 From: Aleksandr Omyshev Date: Wed, 30 Oct 2024 11:53:48 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb4f72e..2a0dda7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,9 +39,6 @@ jobs: with: python-version: ${{ matrix.python-version }} - - name: Install setuptools - run: pip install --upgrade setuptools - - name: Install Poetry uses: snok/install-poetry@v1 with: