ci: Removed windows-runner because it not support bash

This commit is contained in:
Abdulkaiz Khatri 2024-05-01 15:53:56 +05:30
parent a9988213e8
commit 959ae418fd

View file

@ -19,7 +19,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
steps: