Skip to content

Commit

Permalink
Switch order
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Oct 11, 2023
1 parent 3ac1218 commit 7b89be5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/codspeed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ jobs:
# pipx install poetry
# poetry --version

- name: Install poetry
run: |
curl -fsS https://install.python-poetry.org | python - -y
- 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 7b89be5

Please sign in to comment.