Skip to content

Commit 0d13e62

Browse files
committed
ci: remove distutils updating on macos
1 parent d0c6c57 commit 0d13e62

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ jobs:
113113
if: ${{ contains(matrix.os, 'macos') && matrix.ARCH == 'x86_64' }}
114114
run: |
115115
brew install libsodium gnutls
116-
python -m pip install distutils
117116
118117
- name: Install Mac-OS arm64 Dependencies
119118
if: ${{ contains(matrix.os, 'macos') && matrix.ARCH == 'arm64' }}
@@ -123,7 +122,6 @@ jobs:
123122
echo "PATH=$PATH" >> $GITHUB_ENV
124123
echo "PKG_CONFIG_PATH=$PKG_CONFIG_PATH" >> $GITHUB_ENV
125124
echo "npm_config_target_arch=$npm_config_target_arch" >> $GITHUB_ENV
126-
python -m pip install distutils
127125
128126
- name: Install Dependencies and Build
129127
if: ${{ !matrix.docker }}

0 commit comments

Comments
 (0)