Skip to content

Commit

Permalink
chore: restore bower installation
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoCardoso committed Oct 24, 2024
1 parent 36ba586 commit a4ac6ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/visual-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
# magi-cli 1.0 requires npm 7 or higher
run: "npm install -g npm@8"

# - name: Install global npm dependencies
- name: Install global npm dependencies
# bower is needed to run 'bower install'
# gemini is needed to run the visual tests step
# run: "npm install --quiet --no-progress --global bower gemini@^4.0.0 gemini-sauce gemini-polyserve"
run: "npm install --quiet --no-progress --global bower"

- name: Install project npm dependencies
run: "npm ci"
Expand Down

0 comments on commit a4ac6ee

Please sign in to comment.