Skip to content

Commit

Permalink
Setup python
Browse files Browse the repository at this point in the history
Signed-off-by: p-wysocki <[email protected]>
  • Loading branch information
p-wysocki committed Dec 6, 2024
1 parent a367fb0 commit 92d3945
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/fedora_29.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,13 @@ jobs:
-DCPACK_GENERATOR=TGZ \
-DCMAKE_COMPILE_WARNING_AS_ERROR=ON \
-DCMAKE_BUILD_TYPE=Release
steps:
- name: Set up Python 3.9
run: |
dnf install -y python3.9
ln -sf /usr/bin/python3.9 /usr/bin/python
/usr/bin/python -m pip install --upgrade pip
/usr/bin/python -m pip install -r ./src/bindings/python/wheel/requirements-dev.txt
RPM_Packages:
name: RPM packages
Expand Down

0 comments on commit 92d3945

Please sign in to comment.