Skip to content

Commit 39bda83

Browse files
committed
get fobis from pypi again now that it is updated
1 parent b5418e9 commit 39bda83

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,6 @@ jobs:
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:
@@ -65,11 +57,7 @@ jobs:
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

0 commit comments

Comments
 (0)