Skip to content

Commit 7cdebbe

Browse files
committed
added guard to not update pip on macos in github action ci/cd
1 parent 6a5d6bb commit 7cdebbe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
python-version: ${{ matrix.python-version }}
4343
- name: Update build tools
4444
run: python3 -m pip install --upgrade pip
45+
if: matrix.os != 'macos-latest'
4546
- name: Install Package
4647
run: python3 -m pip install -e .[test]
4748
- name: Install Extras Package

0 commit comments

Comments
 (0)