Skip to content

Commit

Permalink
Update testEndToEnd.yml
Browse files Browse the repository at this point in the history
Try more poetry fixes
  • Loading branch information
pyth0n1c authored Jul 25, 2023
1 parent b8686e9 commit fe2d6b0
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/testEndToEnd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,15 @@ jobs:
python-version: ${{ matrix.python_version }}
architecture: "x64"

- name: Install Poetry
run:
- name: Install Dependencies to Resolve Poetry Bug
run:
# Uses a fixed version of virtualenv due to the issue documented here:
# https://github.com/python-poetry/poetry/issues/7611#issuecomment-1640599902
python -m pip install "poetry>=1.3,<1.4"
sudo apt install g++ musl-dev python3-dev

- name: Install Poetry
run:
python -m pip install poetry

- name: Install contentctl and activate the shell
run: |
Expand Down

0 comments on commit fe2d6b0

Please sign in to comment.