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 10, 2024
1 parent 76cc8b3 commit ddae9e6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ jobs:
working-directory: ${{ env.CIVICRM_EXTENSIONS_DIR }}/uk.co.compucorp.civicase
run: |
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
apt update
apt-get install software-properties-common
apt update
add-apt-repository ppa:deadsnakes/ppa
apt-get update
apt update
apt install python3-distutils -y
nvm install
nvm use
npm ci
Expand Down

0 comments on commit ddae9e6

Please sign in to comment.