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 8757c21 commit 1ecf66aCopy full SHA for 1ecf66a
.github/workflows/ci.yml
@@ -19,8 +19,9 @@ jobs:
19
shell: bash -l {0}
20
run: |
21
git clone https://github.com/quantecon/quantecon-book-theme
22
- cd quantecon-book-theme && git checkout download-nb && cd ..
+ cd quantecon-book-theme && git checkout download-nb
23
python setup.py install
24
+ cd .. && rm -r quantecon-book-theme
25
- name: Display Conda Environment Versions
26
27
run: conda list
0 commit comments