Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
charris committed Oct 17, 2021
1 parent 9463e8f commit f469a97
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions azure/posix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
- bash: |
set -e
echo $PATH
if [ `uname` == 'Darwin' ]; then
find /Users/runner/hostedtoolcache/Python -name Python.h
fi
if [ "$BUILD_REASON" == "Schedule" ]; then
BUILD_COMMIT=$NIGHTLY_BUILD_COMMIT
Expand Down

0 comments on commit f469a97

Please sign in to comment.