Skip to content

Bump pyo3 from 0.22.3 to 0.22.4 #22

Bump pyo3 from 0.22.3 to 0.22.4

Bump pyo3 from 0.22.3 to 0.22.4 #22

Workflow file for this run

name: fedora
on: [pull_request]
jobs:
test:
runs-on: ubuntu-24.04
container:
image: fedora:40
options: --privileged
steps:
- name: Install dependencies
run: |
dnf install -y openssl-devel python3-devel sqlite-devel dnf-plugins-core util-linux rust cargo skopeo
dnf config-manager --add-repo https://download.docker.com/linux/fedora/docker-ce.repo
dnf install -y docker-ce-cli
- uses: actions/checkout@v2
- uses: ./.github/actions/test