Skip to content

Commit

Permalink
Add nodejs-npm to CI
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Bompard <[email protected]>
  • Loading branch information
abompard committed Jun 27, 2024
1 parent fcee2f2 commit 6a51928
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a51928

Please sign in to comment.