diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3f814b6..7786900 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.8', '3.9', '3.10', '3.11'] + python-version: ['3.10'] steps: - uses: actions/checkout@v4 @@ -34,7 +34,7 @@ jobs: - name: Run Tox env: MILAN_CI_TEST: 1 - run: tox -e py + run: tox -e "demos" - name: Upload coverage to Codecov uses: codecov/codecov-action@v4 @@ -45,4 +45,4 @@ jobs: uses: actions/upload-artifact@v4 with: name: python-${{ matrix.python-version }}-artifacts - path: tests/artifacts + path: doc