From c7db2ac77a5fb19b3de7b31590dfd69b189aa6b8 Mon Sep 17 00:00:00 2001 From: Michael Panchenko Date: Mon, 17 Jun 2024 10:33:32 +0200 Subject: [PATCH] Action: typo --- .github/workflows/pytest.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index b4fedda..88adf48 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -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