Skip to content

Commit

Permalink
Fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Oct 10, 2020
1 parent dbb2d7b commit d186724
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d186724

Please sign in to comment.