We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50b0547 commit 16aa656Copy full SHA for 16aa656
.github/workflows/ci.yml
@@ -45,9 +45,10 @@ jobs:
45
uses: actions/setup-python@v4
46
with:
47
python-version: ${{ matrix.python-version }}
48
+
49
- name: Install bzip2 on macOS
- if: matrix.os == 'macos'
50
- run: brew install bzip2
+ if: matrix.os == 'macos'
51
+ run: brew install bzip2
52
53
- run: |
54
pip install -r requirements/pyproject.txt && pip install -r requirements/testing.txt
0 commit comments