Skip to content

Commit

Permalink
fix(ispapicli-release.yml): reviewed workflow dependencies installation
Browse files Browse the repository at this point in the history
  • Loading branch information
AsifNawaz-cnic committed Apr 5, 2024
1 parent 1ec3a6c commit d239351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ispapicli-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
python-version: ${{ vars.RTLDEV_MW_CI_PYTHON_VERSION }}
- name: Install python dependencies
run: |
pip install --upgrade pip
pip install --upgrade pip build
pip -V
pip install --upgrade -e .
- name: Setup NodeJS LTS
Expand Down

0 comments on commit d239351

Please sign in to comment.