use pypi version of kerncraft for GH Actions

This commit is contained in:
JanLJL
2025-03-19 14:36:49 +01:00
parent 2a231bf20b
commit edb32b38ca

View File

@@ -23,8 +23,7 @@ jobs:
python -m pip install bs4 python -m pip install bs4
sudo apt-get -y install graphviz libgraphviz-dev pkg-config sudo apt-get -y install graphviz libgraphviz-dev pkg-config
python -m pip install pygraphviz python -m pip install pygraphviz
#python -m pip install "kerncraft>=0.8.16" python -m pip install "kerncraft>=0.8.17"
python -m pip install git+https://github.com/RRZE-HPC/kerncraft.git@7caff4e2ecdbef595013041ba0131e37ed33c72c
python -m pip install -e . python -m pip install -e .
- name: Test - name: Test
run: | run: |