Skip to content

Commit

Permalink
Merge pull request #22 from miquelmassot/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/setup-python-5

Bump actions/setup-python from 4 to 5
  • Loading branch information
miquelmassot committed May 10, 2024
2 parents 4e46f3f + e26c3fc commit f9239b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: |
sudo apt update
sudo apt install libeigen3-dev qtdeclarative5-dev qt5-qmake libqglviewer-dev-qt5 libsuitesparse-dev lcov libspdlog-dev
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
- name: Install the package
run: |
MAKEFLAGS="-j$(nproc)" pip install -U --user -v .
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
- name: Build wheels
uses: pypa/cibuildwheel@v2.17.0
env:
Expand Down

0 comments on commit f9239b9

Please sign in to comment.