Skip to content

Commit edb32b3

Browse files
committed
use pypi version of kerncraft for GH Actions
1 parent 2a231bf commit edb32b3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test-n-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ jobs:
2323
python -m pip install bs4
2424
sudo apt-get -y install graphviz libgraphviz-dev pkg-config
2525
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
26+
python -m pip install "kerncraft>=0.8.17"
2827
python -m pip install -e .
2928
- name: Test
3029
run: |

0 commit comments

Comments
 (0)