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