-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
restore --lsi option + gsl/nmatrix gems
- Loading branch information
1 parent
ba396ed
commit e05b0b2
Showing
3 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,7 +38,7 @@ jobs: | |
with: | ||
enable_cache: true | ||
# format_output: true | ||
custom_opts: '--profile' | ||
custom_opts: '--lsi --profile' | ||
|
||
# - name: 🚀 deploy | ||
# uses: peaceiris/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,8 +11,8 @@ gem 'jekyll','~>4.1.0' | |
# https://github.com/0xdevalias/devalias.net/issues/83 | ||
# https://github.com/jekyll/classifier-reborn/issues/192 | ||
# https://github.com/SciRuby/rb-gsl/issues/63 | ||
#gem 'nmatrix' | ||
#gem 'gsl' # Note: you need to install a compatible version (eg. 2.1) of gsl first: brew install [email protected] | ||
gem 'nmatrix' | ||
gem 'gsl' # Note: you need to install a compatible version (eg. 2.1) of gsl first: brew install [email protected] | ||
gem 'classifier-reborn' | ||
|
||
group :jekyll_plugins do | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters