fix github ci
cargo devel CI / cargo CI (push) Successful in 54s Details

This commit is contained in:
Christoph J. Scherr 2024-03-03 17:29:27 +01:00
parent d58207cb5d
commit eba86d542d
Signed by: PlexSheep
GPG Key ID: 7CDD0B14851A08EF
1 changed files with 3 additions and 1 deletions

View File

@ -38,7 +38,9 @@ jobs:
- name: cargo fmt
run: cargo fmt --all
- name: install python
run: apt update && apt install libpython3-dev -y
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: cargo test
run: cargo test --all-features --all-targets --workspace
- name: commit back to repository