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 54cf47f commit 9cc6fe7Copy full SHA for 9cc6fe7
.github/workflows/CI.yml
@@ -63,6 +63,7 @@ jobs:
63
pip install ford pygooglechart fpm
64
# just get the latest FoBiS from git:
65
# git clone https://github.com/szaghi/FoBiS.git
66
+ # use a fork until there is a new release:
67
git clone https://github.com/jacobwilliams/FoBiS.git
68
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
69
0 commit comments