Skip to content

Commit

Permalink
chore(ci): update python packages
Browse files Browse the repository at this point in the history
  • Loading branch information
chrjabs committed Oct 14, 2024
1 parent 698698b commit 7b42aff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pyapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ jobs:
uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- name: Install maturin from PyPI
uses: install-pinned/maturin@42909d1d2133f0cf2a1f1228fa57b2d0fe11f6d9
uses: install-pinned/maturin@ab13013f30551a87b56c6a9c2bdd7b6287581def
- name: Install mypy from PyPI
uses: install-pinned/mypy@2b552bed479e3f7065314667b670f7303619e989
uses: install-pinned/mypy@b894abac469541f33f8957d4aa33b24e4464161e
- 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

0 comments on commit 7b42aff

Please sign in to comment.