We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a19dc56 commit 64aeba4Copy full SHA for 64aeba4
.github/workflows/CI.yml
@@ -62,7 +62,8 @@ jobs:
62
#pip install ford FoBiS.py pygooglechart fpm
63
pip install ford pygooglechart fpm
64
# just get the latest FoBiS from git:
65
- git clone https://github.com/szaghi/FoBiS.git
+ # git clone https://github.com/szaghi/FoBiS.git
66
+ git clone https://github.com/jacobwilliams/FoBiS.git
67
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
68
69
- name: Install GFortran Linux
0 commit comments