File tree Expand file tree Collapse file tree 2 files changed +15
-14
lines changed
Expand file tree Collapse file tree 2 files changed +15
-14
lines changed Original file line number Diff line number Diff line change @@ -169,16 +169,16 @@ jobs:
169169 ${{ matrix.task.run }}
170170 shell : pwsh
171171
172- - name : Clean up - Unix/Linux/macOS
173- if : always() && runner.os != 'Windows'
174- run : |
175- . .venv/bin/activate
176- pip uninstall -y aaz-dev || true
177- shell : bash
172+ # - name: Clean up - Unix/Linux/macOS
173+ # if: always() && runner.os != 'Windows'
174+ # run: |
175+ # . .venv/bin/activate
176+ # pip uninstall -y aaz-dev || true
177+ # shell: bash
178178
179- - name : Clean up - Windows
180- if : always() && runner.os == 'Windows'
181- run : |
182- .venv\Scripts\Activate.ps1
183- pip uninstall -y aaz-dev; if ($LASTEXITCODE -ne 0) { Write-Host "Package not found or already uninstalled" }
184- shell : pwsh
179+ # - name: Clean up - Windows
180+ # if: always() && runner.os == 'Windows'
181+ # run: |
182+ # .venv\Scripts\Activate.ps1
183+ # pip uninstall -y aaz-dev; if ($LASTEXITCODE -ne 0) { Write-Host "Package not found or already uninstalled" }
184+ # shell: pwsh
Original file line number Diff line number Diff line change @@ -14,5 +14,6 @@ click~=8.1.2
1414setuptools == 70.0.0
1515python-Levenshtein
1616azure-mgmt-core
17- wrapt >= 1.14
18- azdev == 0.2.5
17+ # wrapt>=1.14
18+ # azdev==0.2.5
19+ azdev
You can’t perform that action at this time.
0 commit comments