Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the github-actions group with 2 updates #177

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/pyapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ jobs:
uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- name: Install maturin from PyPI
uses: install-pinned/maturin@ab13013f30551a87b56c6a9c2bdd7b6287581def
uses: install-pinned/maturin@91b5410942fefb2e8c6d1d882d7183abf138fde1
- name: Install mypy from PyPI
uses: install-pinned/mypy@15172e0901cf7045a4181d12138212867fb66389
uses: install-pinned/mypy@55a7a5afee64ccb57c98c8742b4c841f782b212f
- name: Install python project
run: maturin build -m pyapi/Cargo.toml && pip install --no-index --find-links target/wheels/ rustsat
- name: Test stubs
Expand Down
Loading