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

Commit 6ca9d0e

Browse files
authored
Fix Macos tests (#675)
the problem described in catboost/catboost#2371
1 parent 8bf5e13 commit 6ca9d0e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/check-test-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ jobs:
5959
# no HDF5 support installed for tables
6060
- os: windows-latest
6161
python: "3.9"
62+
# catboost building problems
63+
- os: macos-latest
64+
python: "3.8"
6265
fail-fast: false
6366
steps:
6467
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)