File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -47,11 +47,19 @@ jobs:
4747 - name : Setup Graphviz
4848 uses :
ts-graphviz/[email protected] 4949
50+ - name : Set current directory in env variable
51+ run : echo "MYDIR=$(pwd)" >> $GITHUB_ENV
52+
5053 - name : Install Python dependencies
5154 if : contains( matrix.os, 'ubuntu')
5255 run : |
5356 python -m pip install --upgrade pip
54- pip install ford FoBiS.py pygooglechart fpm
57+ #pip install ford FoBiS.py pygooglechart fpm
58+ pip install ford pygooglechart fpm
59+ # just get the latest FoBiS from git:
60+ git clone https://github.com/szaghi/FoBiS.git
61+ export PYTHONPATH="$MYDIR/FoBiS/src/main/python:$PYTHONPATH"
62+ export PATH="$MYDIR/FoBiS/src/main/python:$PATH"
5563 if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
5664
5765 - name : Install GFortran Linux
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ My Inspector*
3535x64 /
3636Debug /
3737Release /
38+ /FoBiS
3839
3940# mac
4041.DS_Store
You can’t perform that action at this time.
0 commit comments