Skip to content

Commit

Permalink
update pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
paulacamargo25 committed Oct 17, 2023
1 parent ebf13d8 commit 95a257b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions build/azure-pipeline.pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,11 @@ extends:
- script: npm ci
displayName: Install NPM dependencies

- script: python -m pip install -U pip pipx wheel
displayName: Update pip, install pipx and install wheel
- script: python -m pip install -U pip
displayName: Upgrade pip

- script: python -m pip install wheel nox
displayName: Install wheel and nox

# update according packageArch
- script: pipx run nox --session install_bundled_libs
Expand Down

0 comments on commit 95a257b

Please sign in to comment.