Skip to content

Commit 50b0547

Browse files
committed
fix macos error
1 parent 43be7f6 commit 50b0547

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

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

4952
- run: |
5053
pip install -r requirements/pyproject.txt && pip install -r requirements/testing.txt
5154
55+
5256
- run: pip freeze
5357

5458
- run: mkdir coverage

0 commit comments

Comments
 (0)