diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b7fd94..1000679 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,14 +8,14 @@ jobs: strategy: matrix: python-version: ["3.7","3.8","3.9","3.10","3.11","3.12"] - + steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }} - + - uses: actions/cache@v2 with: path: ${{ env.pythonLocation }}