install kerncraft from git repo

This commit is contained in:
JanLJL
2025-03-05 10:38:39 +01:00
parent 9c2f559983
commit 99d0e0ffb6
2 changed files with 4 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.x"
- name: Install Python dependencies
run: python -m pip install black flake8

View File

@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.9, "3.10", "3.11"]
python-version: ["3.10", "3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
@@ -22,7 +22,8 @@ jobs:
python -m pip install bs4
sudo apt-get -y install graphviz libgraphviz-dev pkg-config
python -m pip install pygraphviz
python -m pip install "kerncraft>=0.8.16"
#python -m pip install "kerncraft>=0.8.16"
python -m pip install git+https://github.com/RRZE-HPC/kerncraft.git
python -m pip install -e .
- name: Test
run: |