Skip to content

Commit 1ecf66a

Browse files
committed
fix test run of branch
1 parent 8757c21 commit 1ecf66a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ jobs:
1919
shell: bash -l {0}
2020
run: |
2121
git clone https://github.com/quantecon/quantecon-book-theme
22-
cd quantecon-book-theme && git checkout download-nb && cd ..
22+
cd quantecon-book-theme && git checkout download-nb
2323
python setup.py install
24+
cd .. && rm -r quantecon-book-theme
2425
- name: Display Conda Environment Versions
2526
shell: bash -l {0}
2627
run: conda list

0 commit comments

Comments
 (0)