Skip to content

Commit

Permalink
Update whylogs-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-rogers authored Nov 12, 2024
1 parent c7e4bf4 commit 9b957a6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/whylogs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
python-version: ["3.8", "3.9", "3.10", "3.11"]

python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
exclude:
- os: macOS-latest
python-version: "3.7"
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 9b957a6

Please sign in to comment.