Skip to content

Commit

Permalink
Use poetry installer
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Oct 11, 2023
1 parent b7de10b commit 3ac1218
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/codspeed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,16 @@ jobs:
- name: Check out the repository
uses: actions/checkout@v4.1.0

- name: Install Poetry
env:
PIP_CONSTRAINT: .github/workflows/constraints.txt
# - name: Install Poetry
# env:
# PIP_CONSTRAINT: .github/workflows/constraints.txt
# run: |
# pipx install poetry
# poetry --version

- name: Install poetry
run: |
pipx install poetry
poetry --version
curl -fsS https://install.python-poetry.org | python - -y
- name: Setup Python 3.11
uses: actions/setup-python@v4.7.1
Expand Down

0 comments on commit 3ac1218

Please sign in to comment.