From 9885ed25279d0a2db04a7c9ef28047fb331290a9 Mon Sep 17 00:00:00 2001 From: Azat Ibrakov Date: Wed, 5 Apr 2023 02:07:25 +0200 Subject: [PATCH] Fix 'Github Actions' configurations --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b6c69a3..91fd2c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -344,7 +344,7 @@ jobs: name: dist path: dist - name: 'Install from distributions' - run: python -m pip install --find-links=dist --no-deps --no-index ${{ github.event.repository.name }} + run: python -m pip install --find-links=dist --no-deps ${{ github.event.repository.name }} deploy: name: 'Deploy'