Skip to content

Commit

Permalink
remove old installs
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky committed Sep 9, 2024
1 parent 8ac7b0b commit 7c65d99
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,32 +16,14 @@ jobs:
auto-update-conda: true
auto-activate-base: true
miniconda-version: 'latest'
python-version: "3.10"
python-version: "3.11"
environment-file: lecture-python-programming.myst/environment.yml
activate-environment: lecture-python-programming
- name: Install quantecon-book-theme
shell: bash -l {0}
run: |
pip uninstall -y quantecon-book-theme
python -m pip install .
- name: Install sphinx-multitoc-numbering
shell: bash -l {0}
run: |
git clone https://github.com/executablebooks/sphinx-multitoc-numbering.git
cd sphinx-multitoc-numbering
python setup.py install
cd ../ && rm -rf sphinx-multitoc-numbering
- name: Install sphinx-exercise
shell: bash -l {0}
run: |
git clone https://github.com/executablebooks/sphinx-exercise.git
cd sphinx-exercise
python setup.py install
cd ../ && rm -rf sphinx-exercise
- name: Install Dependencies
shell: bash -l {0}
run: |
pip install jupyter-book
- name: Display Conda Environment Versions
shell: bash -l {0}
run: conda list
Expand Down

1 comment on commit 7c65d99

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.