diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 107b318..101e00d 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,9 +97,12 @@ 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 + - name: Install twine run: | - make setup python -m pip install twine - name: Make dists run: |