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:
47
47
- name : Setup Graphviz
48
48
uses : ts-graphviz/setup-graphviz@v2.0.2
49
49
50
+ - name : Set current directory in env variable
51
+ run : echo "MYDIR=$(pwd)" >> $GITHUB_ENV
52
+
50
53
- name : Install Python dependencies
51
54
if : contains( matrix.os, 'ubuntu')
52
55
run : |
53
56
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"
55
63
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
56
64
57
65
- name : Install GFortran Linux
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ My Inspector*
35
35
x64 /
36
36
Debug /
37
37
Release /
38
+ /FoBiS
38
39
39
40
# mac
40
41
.DS_Store
You can’t perform that action at this time.
0 commit comments