Skip to content

Commit

Permalink
added min version requirement for kerncraft in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
JanLJL committed Sep 4, 2024
1 parent e0f4ae1 commit 152dd57
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-n-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ 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
python -m pip install git+https://github.com/RRZE-HPC/kerncraft.git@InstrucForm
python -m pip install "kerncraft>=0.8.16"
python -m pip install -e .
- name: Test
run: |
Expand Down

0 comments on commit 152dd57

Please sign in to comment.