Skip to content

Commit

Permalink
amend
Browse files Browse the repository at this point in the history
  • Loading branch information
vmoens committed Oct 14, 2024
1 parent 734582b commit 2b9041a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ jobs:
echo "PR_COMMENT=$(mktemp)" >> $GITHUB_ENV
- name: Run
run: |
echo $(find /usr -name Python.h)
python3.10 -m venv --system-site-packages ./py310
source ./py310/bin/activate
export PYTHON_INCLUDE_DIR=/usr/include/python3.10
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/benchmarks_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ jobs:
echo "PR_COMMENT=$(mktemp)" >> $GITHUB_ENV
- name: Run
run: |
echo $(find /usr -name Python.h)
python3.10 -m venv --system-site-packages ./py310
source ./py310/bin/activate
export PYTHON_INCLUDE_DIR=/usr/include/python3.10
Expand Down

0 comments on commit 2b9041a

Please sign in to comment.