Skip to content

Commit

Permalink
Removed MacOS and Windows from tests by mistake. Fixing that.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-carmo committed Nov 8, 2024
1 parent 331f825 commit 9b9aabb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI_RAFT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ jobs:
strategy:
fail-fast: false #true
matrix:
os: ["ubuntu-latest"]
python-version: ["3.10"]
os: ["ubuntu-latest", "macOS-latest", "windows-latest"]
python-version: ["3.10", "3.11"]


steps:
- name: checkout repository
Expand Down

0 comments on commit 9b9aabb

Please sign in to comment.