From 6eab4dee05df56316beb58947cbd6dbe8b6eb876 Mon Sep 17 00:00:00 2001 From: Sergey Linev Date: Tue, 30 Apr 2024 13:19:37 +0200 Subject: [PATCH] Try to adjust macos ci --- .github/workflows/jsroot-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jsroot-ci.yml b/.github/workflows/jsroot-ci.yml index 48f8eafc4..5236d886f 100644 --- a/.github/workflows/jsroot-ci.yml +++ b/.github/workflows/jsroot-ci.yml @@ -125,7 +125,7 @@ jobs: - name: Install dependencies run: | - python3 -m pip install setuptools + brew install python-setuptools pango cairo librsvg npm ci - name: Run eslint