Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinchai authored Nov 8, 2024
1 parent b65830d commit cbdcb82
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ jobs:
matrix:
python-version: ["3.10", "3.11", "3.12", "3.13"]
poetry-version: ["latest", "1.8.4"]
os: [ubuntu-22.04, macos-latest, windows-latest]
# glymur needs dynamic library on macos and windows, and causing error
# os: [ubuntu-22.04, macos-latest, windows-latest]
os: [ubuntu-22.04]

runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit cbdcb82

Please sign in to comment.