Skip to content

Commit

Permalink
Install poetry after python checkout in gh-workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
ksebaz committed Sep 5, 2024
1 parent 9130dcb commit fe3170b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Install poetry
run: pip install poetry
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: 'poetry'
- name: Install poetry
run: pip install poetry
- name: Install mdbenchmark
run: poetry install --extras docs
- name: Check reformat
Expand Down

0 comments on commit fe3170b

Please sign in to comment.