From 5e10f87b461ef84ecbc6212755d7f31bb01372e0 Mon Sep 17 00:00:00 2001 From: Mattk70 <61826357+Mattk70@users.noreply.github.com> Date: Wed, 13 Nov 2024 13:08:35 +0000 Subject: [PATCH] Update check-installation.yml python 3.9 on mac --- .github/workflows/check-installation.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/check-installation.yml b/.github/workflows/check-installation.yml index 30ff957..3cef655 100644 --- a/.github/workflows/check-installation.yml +++ b/.github/workflows/check-installation.yml @@ -23,6 +23,11 @@ jobs: with: node-version: 20.0.x - run: echo "🍏 Node setup status is ${{ job.status }}." + + - name: Install Python dependencies on macOS + if: runner.os == 'macOS' + run: brew install python@3.9 + - name: Install dependencies run: | npm install