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 660b41d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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
# 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"
- 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"

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

0 comments on commit 660b41d

Please sign in to comment.