Skip to content

Commit

Permalink
Removed Windows OS from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
henrique-coder committed Dec 16, 2024
1 parent 6b9e4f4 commit 8200e60
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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:
Expand Down

0 comments on commit 8200e60

Please sign in to comment.