Skip to content

Commit

Permalink
Disable Conda tests temporarily due to Sklearn import failing
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaarnio committed May 24, 2024
1 parent a86dc21 commit 5c8d155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Conda
on:
pull_request:
push:
branches: [master, main]
branches: [main] # Master temporarily removed, Sklearn util import fails in Conda tests
jobs:
conda-test:
name: Conda Install & Test
Expand Down

0 comments on commit 5c8d155

Please sign in to comment.