Skip to content

Commit 18759ec

Browse files
committed
test addressing requirements
1 parent 82a0b48 commit 18759ec

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

.github/workflows/python-compatibility.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff 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

requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ click~=8.1.2
1414
setuptools==70.0.0
1515
python-Levenshtein
1616
azure-mgmt-core
17-
wrapt>=1.14
18-
azdev==0.2.5
17+
# wrapt>=1.14
18+
# azdev==0.2.5
19+
azdev

0 commit comments

Comments
 (0)