Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Commit

Permalink
Fix Macos tests (#675)
Browse files Browse the repository at this point in the history
the problem described in
catboost/catboost#2371
  • Loading branch information
aguschin authored May 11, 2023
1 parent 8bf5e13 commit 6ca9d0e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ jobs:
# no HDF5 support installed for tables
- os: windows-latest
python: "3.9"
# catboost building problems
- os: macos-latest
python: "3.8"
fail-fast: false
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 6ca9d0e

Please sign in to comment.