Skip to content

Commit

Permalink
try fix tests for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
avishniakov committed Nov 7, 2023
1 parent bc81c5e commit bc5ec6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/actions/e2e_template_test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ inputs:
required: false
default: '3.9'

env:
# fork fix for macos
OBJC_DISABLE_INITIALIZE_FORK_SAFETY: YES

runs:
using: "composite"
steps:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
ZENML_DEBUG: true
ZENML_ANALYTICS_OPT_IN: false
ZENML_LOGGING_VERBOSITY: INFO
# fork fix for macos
OBJC_DISABLE_INITIALIZE_FORK_SAFETY: YES
steps:
- name: Check out repository code
uses: actions/checkout@v3
Expand Down

0 comments on commit bc5ec6a

Please sign in to comment.