Skip to content

Commit d186724

Browse files
committed
Fix yaml
1 parent dbb2d7b commit d186724

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
path: ${{ steps.pip-cache.outputs.dir }}
6868
restore-keys: |
6969
pip-ci-${{ runner.os }}-${{ matrix.python-version }}-
70-
- name: Install dependencies
70+
- name: Install dependencies
7171
uses: py-actions/py-dependency-install@v2
7272
with:
7373
path: requirements-dev.txt
@@ -97,7 +97,7 @@ jobs:
9797
uses: actions/setup-python@v2
9898
with:
9999
python-version: 3.8
100-
- name: Install dependencies
100+
- name: Install dependencies
101101
uses: py-actions/py-dependency-install@v2
102102
with:
103103
path: requirements-dev.txt

0 commit comments

Comments
 (0)