Skip to content

Commit 74027ed

Browse files
committed
remove testing of theme from pr #96 (3fdb09f)
1 parent b971788 commit 74027ed

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,6 @@ jobs:
1515
python-version: 3.8
1616
environment-file: environment.yml
1717
activate-environment: qe-lectures
18-
- name: Install quantecon-book-theme
19-
shell: bash -l {0}
20-
run: |
21-
git clone https://github.com/quantecon/quantecon-book-theme
22-
cd quantecon-book-theme
23-
git checkout launch-tweaks
24-
python setup.py install
25-
cd ../ && rm -rf quantecon-book-theme
2618
- name: Display Conda Environment Versions
2719
shell: bash -l {0}
2820
run: conda list

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
- pip:
99
- jupyter-book
1010
- git+https://github.com/executablebooks/sphinx-multitoc-numbering
11-
# - git+https://github.com/quantecon/quantecon-book-theme
11+
- git+https://github.com/quantecon/quantecon-book-theme
1212
- git+https://github.com/executablebooks/sphinx-exercise.git
1313
- joblib
1414
- interpolation

0 commit comments

Comments
 (0)