Skip to content

Commit

Permalink
Merge branch 'master' into feat/spr
Browse files Browse the repository at this point in the history
  • Loading branch information
JanLJL committed May 2, 2024
2 parents 2ba04e6 + d9cf466 commit 2286da4
Show file tree
Hide file tree
Showing 50 changed files with 3,978 additions and 2,865 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test-n-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
#python -m pip install kerncraft
python -m pip install git+https://github.com/RRZE-HPC/kerncraft.git@InstrucForm
python -m pip install -e .
- name: Test
run: |
Expand Down
1 change: 1 addition & 0 deletions osaca/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Open Source Architecture Code Analyzer"""

name = "osaca"
__version__ = "0.5.3"

Expand Down
Loading

0 comments on commit 2286da4

Please sign in to comment.