Skip to content

Commit 63e6529

Browse files
authored
Update Python version and remove lxml installation
Updated Python version to 3.11 and removed lxml installation step.
1 parent b90a936 commit 63e6529

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/NuGetCD.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,8 @@ jobs:
3434
- name: Setup Python
3535
uses: actions/setup-python@v5
3636
with:
37-
python-version: '3.x'
37+
python-version: '3.11'
3838

39-
- name: Install lxml
40-
run: pip install lxml
4139
# Echo context
4240
- name: Echo context
4341
shell: pwsh

0 commit comments

Comments
 (0)