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 6a5d6bb commit 7cdebbeCopy full SHA for 7cdebbe
.github/workflows/ci-cd.yml
@@ -42,6 +42,7 @@ jobs:
42
python-version: ${{ matrix.python-version }}
43
- name: Update build tools
44
run: python3 -m pip install --upgrade pip
45
+ if: matrix.os != 'macos-latest'
46
- name: Install Package
47
run: python3 -m pip install -e .[test]
48
- name: Install Extras Package
0 commit comments