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 2a231bf commit edb32b3Copy full SHA for edb32b3
.github/workflows/test-n-publish.yml
@@ -23,8 +23,7 @@ jobs:
23
python -m pip install bs4
24
sudo apt-get -y install graphviz libgraphviz-dev pkg-config
25
python -m pip install pygraphviz
26
- #python -m pip install "kerncraft>=0.8.16"
27
- python -m pip install git+https://github.com/RRZE-HPC/kerncraft.git@7caff4e2ecdbef595013041ba0131e37ed33c72c
+ python -m pip install "kerncraft>=0.8.17"
28
python -m pip install -e .
29
- name: Test
30
run: |
0 commit comments