Skip to content

Commit

Permalink
Add python path for stubgen
Browse files Browse the repository at this point in the history
  • Loading branch information
bakpaul authored Sep 20, 2024
1 parent 5de704a commit e48ef8d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ jobs:
#Install stubgen
${{ steps.sofa.outputs.python_exe }} -m pip install mypy
#Setup env
echo "PYTHONPATH=$WORKSPACE_ARTIFACT_PATH/lib/python3/site-packages" | tee -a $GITHUB_ENV
if [[ "$RUNNER_OS" == "Windows" ]]; then
cmd //c "${{ steps.sofa.outputs.vs_vsdevcmd }} \
Expand Down

0 comments on commit e48ef8d

Please sign in to comment.