Skip to content

Commit

Permalink
feat(release): fixed ci workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Ujjwal Kumar <[email protected]>
  • Loading branch information
uibm committed Jan 6, 2025
1 parent cc90776 commit dfec0d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install npm
run: |
npm install -g npm@latest || npm install -g npm@9
sudo npm install -g npm@latest || sudo npm install -g npm@9
- name: Install dependencies
run: pip install 'tox<4'
Expand Down

0 comments on commit dfec0d9

Please sign in to comment.