Skip to content

Commit

Permalink
Action: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Panchenko committed Jun 17, 2024
1 parent a93d7ec commit c7db2ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ jobs:
access_token: ${{ github.token }}
- uses: actions/checkout@v3
with:
python-version: ${{ matrix.python-version }}
submodules: recursive
lfs: true
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
# use poetry and cache installed packages, see https://github.com/marketplace/actions/python-poetry-action
- name: Install poetry
uses: abatilo/actions-poetry@v2
Expand Down

0 comments on commit c7db2ac

Please sign in to comment.