From 6a519289ae0d4a152f719f856a4df7be7414cadf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Thu, 27 Jun 2024 13:25:06 +0200 Subject: [PATCH] Add nodejs-npm to CI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- .github/workflows/main.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 19fe8cd..858fd3e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,10 +24,9 @@ jobs: steps: - uses: actions/checkout@v4 - # - name: Install dependencies - # run: | - # dnf install -y libpq-devel krb5-devel - # pip install poetry>=1.2 + - name: Install dependencies + run: | + dnf install -y nodejs-npm - name: Mark the working directory as safe for Git run: git config --global --add safe.directory $PWD