We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dde8ddc commit 4064778Copy full SHA for 4064778
.github/workflows/ci.yml
@@ -62,11 +62,10 @@ jobs:
62
uses: uraimo/[email protected]
63
with:
64
arch: ${{ matrix.target }}
65
- distro: ubuntu22.04
+ distro: fedora_latest
66
githubToken: ${{ github.token }}
67
install: |
68
- apt-get update
69
- apt-get install -y --no-install-recommends python3 python3-pip build-essential libhdf5-dev python3-dev pkg-config curl
+ dnf install -y python3 python3-pip hdf5-devel python3-devel pkg-config curl @development-tools
70
pip3 install -U pip pytest
71
run: |
72
set -e
0 commit comments