diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 58e11c7..5c04f27 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -11,6 +11,8 @@ jobs: PYTHON: 3.9 steps: - uses: actions/checkout@v3 + with: + lfs: 'true' - name: Set up Python ${{ env.PYTHON }} uses: actions/setup-python@v4 with: @@ -39,6 +41,8 @@ jobs: os: [ ubuntu-22.04 ] steps: - uses: actions/checkout@v3 + with: + lfs: 'true' - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v4 with: diff --git a/setup.cfg b/setup.cfg index 68c1cb0..06de1dd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -51,7 +51,6 @@ skip_missing_interpreters = True isolated_build = True env_list = py310 -# py311 format #depends =