diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9420d58..fb7c5e5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,7 +32,7 @@ jobs: strategy: fail-fast: false matrix: - os: ["ubuntu-22.04", "windows-latest"] + os: ["ubuntu-22.04"] python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] runs-on: ${{ matrix.os }} @@ -59,13 +59,6 @@ jobs: virtualenvs-in-project: true installer-parallel: true - - name: 🪟 Configure Windows PATH - if: runner.os == 'Windows' - shell: pwsh - run: | - echo "⚙️ Adding Python Scripts to PATH..." - echo "$env:APPDATA\Python\Scripts" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append - - name: 💾 Cache Poetry Dependencies uses: actions/cache@v4 with: