Skip to content

Commit 16aa656

Browse files
committed
fix indentation error in ci.yml
1 parent 50b0547 commit 16aa656

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,10 @@ jobs:
4545
uses: actions/setup-python@v4
4646
with:
4747
python-version: ${{ matrix.python-version }}
48+
4849
- name: Install bzip2 on macOS
49-
if: matrix.os == 'macos'
50-
run: brew install bzip2
50+
if: matrix.os == 'macos'
51+
run: brew install bzip2
5152

5253
- run: |
5354
pip install -r requirements/pyproject.txt && pip install -r requirements/testing.txt

0 commit comments

Comments
 (0)