Skip to content

Commit

Permalink
Fix python build on Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
fishy committed Aug 20, 2024
1 parent e98d6b1 commit 1f842f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,8 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
cache-dependency-path: 'lib/py/setup.py'

- name: Python setup
run: |
Expand Down Expand Up @@ -448,7 +450,7 @@ jobs:
run: make -C lib/py

- name: Run make install for python
run: sudo make -C lib/py install
run: make -C lib/py install

# - name: Run make install-exec-hook for python
# run: sudo make -C lib/py install-exec-hook
Expand Down

0 comments on commit 1f842f6

Please sign in to comment.