Skip to content

Commit

Permalink
Merge pull request #1152 from zama-ai/youben11-patch-8
Browse files Browse the repository at this point in the history
fix(ci): use relative path to script
  • Loading branch information
youben11 authored Nov 19, 2024
2 parents 14e70e0 + b153716 commit bb423df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/concrete_python_release_cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ jobs:
pip install "${WHEEL_DIR}"/*macos*.whl
pip install -r "${CONCRETE_PYTHON}"/requirements.dev.txt
${{ github.workspace }}/.github/workflows/scripts/fix_multi_omp_bug_macos.sh
"${CONCRETE_PYTHON}"/../../.github/workflows/scripts/fix_multi_omp_bug_macos.sh
# Copy test files
cp -R "${CONCRETE_PYTHON}"/tests .
Expand Down

0 comments on commit bb423df

Please sign in to comment.