Skip to content

Commit

Permalink
NEUSPRT-234: Install missing distutils.spawn module
Browse files Browse the repository at this point in the history
  • Loading branch information
olayiwola-compucorp committed May 11, 2024
1 parent 76cc8b3 commit 04ea7d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
working-directory: ${{ env.CIVICRM_EXTENSIONS_DIR }}/uk.co.compucorp.civicase
run: |
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
apt-get install python-distutils-extra
nvm install
nvm use
npm ci
Expand Down

0 comments on commit 04ea7d8

Please sign in to comment.