Skip to content

Commit 0a6f5a7

Browse files
committed
NPA-4334: remove unneded step in workflow
1 parent 6b794c2 commit 0a6f5a7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/openapi-validate.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ jobs:
1717
with:
1818
python-version: 3.12
1919

20-
- name: Install system dependencies (for lxml)
21-
run: |
22-
sudo apt-get update
23-
sudo apt-get install -y libxml2-dev libxslt-dev
24-
2520
- name: Install Poetry
2621
shell: bash
2722
run: |

0 commit comments

Comments
 (0)