File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed
Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change 4747 - name : Setup Graphviz
4848 uses : ts-graphviz/setup-graphviz@v2.0.2
4949
50- - name : Set current directory in env variable
51- run : echo "MYDIR=$(pwd)" >> $GITHUB_ENV
52-
53- - name : Set PYTHONPATH and PATH for later steps
54- run : |
55- echo "PYTHONPATH=$MYDIR/FoBiS/src/main/python:$PYTHONPATH" >> $GITHUB_ENV
56- echo "PATH=$MYDIR/FoBiS/src/main/python:$PATH" >> $GITHUB_ENV
57-
5850 - name : Setup Fortran Package Manager
5951 uses : fortran-lang/setup-fpm@v7
6052 with :
6557 run : |
6658 python -m pip install --upgrade pip
6759 #pip install ford FoBiS.py pygooglechart fpm
68- pip install ford pygooglechart
69- # just get the latest FoBiS from git:
70- git clone https://github.com/szaghi/FoBiS.git
71- # use a fork until there is a new release:
72- # git clone https://github.com/jacobwilliams/FoBiS.git
60+ pip install ford FoBiS.py pygooglechart
7361 if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
7462
7563 - name : Install GFortran Linux
You can’t perform that action at this time.
0 commit comments