From d1867245cc803c2b9540b252928343415c16a1d7 Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Sat, 10 Oct 2020 19:28:14 +0300 Subject: [PATCH] Fix yaml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 101e00d..0f96568 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: path: ${{ steps.pip-cache.outputs.dir }} restore-keys: | pip-ci-${{ runner.os }}-${{ matrix.python-version }}- - - name: Install dependencies + - name: Install dependencies uses: py-actions/py-dependency-install@v2 with: path: requirements-dev.txt @@ -97,7 +97,7 @@ jobs: uses: actions/setup-python@v2 with: python-version: 3.8 - - name: Install dependencies + - name: Install dependencies uses: py-actions/py-dependency-install@v2 with: path: requirements-dev.txt