Skip to content

Commit

Permalink
Updated CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
henrique-coder committed Dec 12, 2024
1 parent 2403112 commit eabfecc
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ jobs:
test:
strategy:
matrix:
#os: [ubuntu-latest, windows-latest]
#python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
os: ["ubuntu-latest"]
python-version: ["3.13"]
os: ["ubuntu-latest", "windows-latest"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]

runs-on: ${{ matrix.os }}

steps:
Expand All @@ -30,7 +29,7 @@ jobs:
python -m pip install --upgrade pip
pip install --upgrade poetry
- name: Install dependencies with Poetry and extras
- name: Install dependencies with Poetry and StreamSnapper extras
run: poetry install --extras "all"

- name: Run tests
Expand Down

0 comments on commit eabfecc

Please sign in to comment.