Skip to content

Commit b4b1666

Browse files
authored
Remove unnecessary dependencies.
1 parent 843cda5 commit b4b1666

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/testEndToEnd.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,6 @@ jobs:
3838
with:
3939
python-version: ${{ matrix.python_version }}
4040
architecture: "x64"
41-
42-
- name: Install Dependencies to Resolve Poetry Bug
43-
run:
44-
# Uses a fixed version of virtualenv due to the issue documented here:
45-
# https://github.com/python-poetry/poetry/issues/7611#issuecomment-1640599902
46-
sudo apt install g++ musl musl-dev linux-musl-dev python3-dev
4741

4842
- name: Install Poetry
4943
run:

0 commit comments

Comments
 (0)