Skip to content

Commit

Permalink
Continue using poetry installer
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Oct 11, 2023
1 parent a3c27f8 commit 644f26a
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/codspeed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,17 @@ jobs:
- name: Check out the repository
uses: actions/checkout@v4.1.0

- name: Install Poetry
env:
PIP_CONSTRAINT: .github/workflows/constraints.txt
run: |
pipx install poetry
poetry --version
- name: Setup Python 3.11
uses: actions/setup-python@v4.7.1
with:
python-version: 3.11
architecture: x64
cache: 'poetry'

- name: Install poetry
run: |
curl -fsS https://install.python-poetry.org | python - -y
- name: Configure poetry
run: poetry config virtualenvs.create false

Expand Down

0 comments on commit 644f26a

Please sign in to comment.