mirror of
https://github.com/TREX-CoE/trexio.git
synced 2024-11-03 12:43:55 +01:00
Fix CI
This commit is contained in:
parent
98bb2d6b4f
commit
22af8fd905
2
.github/workflows/actions.yml
vendored
2
.github/workflows/actions.yml
vendored
@ -44,7 +44,7 @@ jobs:
|
|||||||
- name: install dependencies
|
- name: install dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo add-apt-repository ppa:kelleyk/emacs
|
sudo add-apt-repository ppa:kelleyk/emacs
|
||||||
sudo apt-get install libhdf5-dev emacs26
|
sudo apt-get install libhdf5-dev emacs
|
||||||
|
|
||||||
- name: configure with autotools
|
- name: configure with autotools
|
||||||
run: |
|
run: |
|
||||||
|
2
.github/workflows/gh-pages.yml
vendored
2
.github/workflows/gh-pages.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
|||||||
run: sudo apt-get update
|
run: sudo apt-get update
|
||||||
|
|
||||||
- name: install dependencies
|
- name: install dependencies
|
||||||
run: sudo apt-get install emacs26
|
run: sudo apt-get install emacs
|
||||||
|
|
||||||
# this step is needed to pull the git submodule org-html-themes
|
# this step is needed to pull the git submodule org-html-themes
|
||||||
#- name: initialize submodules
|
#- name: initialize submodules
|
||||||
|
4
.gitmodules
vendored
4
.gitmodules
vendored
@ -1,6 +1,6 @@
|
|||||||
[submodule "python/examples"]
|
[submodule "python/examples"]
|
||||||
path = python/examples
|
path = python/examples
|
||||||
url = git@github.com:TREX-CoE/trexio-tutorials.git
|
url = https://github.com/TREX-CoE/trexio-tutorials.git
|
||||||
[submodule "docs/org-html-themes"]
|
[submodule "docs/org-html-themes"]
|
||||||
path = docs/org-html-themes
|
path = docs/org-html-themes
|
||||||
url = git@github.com:fniessen/org-html-themes.git
|
url = https://github.com/fniessen/org-html-themes.git
|
||||||
|
Loading…
Reference in New Issue
Block a user