Skip to content

Commit 9fea861

Browse files
authored
Ordered question inserting (#20)
* added ordering to the questions * renamed all use of module with set * included minimal json template for set in json converter * implemented sorted imports * refactoring and now allows setting name and description for the set * updated yml file * removed virtualenv from the test.yml file * used a safer version of requests * corrected formatted and sorted imports in PartsSepSol filter * ran isort . and black . to correctly format everything * further fixing of formatting in function summaries and description * removed blank line after function docstring in set.py * correected tests to match new results * added attributes for modifable visiblity for finalanswers , wokred solution and structured tutorials * added visibility settings to API * corretly formatted and sorted imports in set.py * corrected formatting on import in set.py * resolved isort and black conflict * Added missing docstrings for methods in visibility_status * added module-level docstring for visibility_status * filename generation now handles special characters correctly * updates virtualenv inside deploy-docs.yml
1 parent 9abc753 commit 9fea861

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
sudo apt install -y texlive-latex-extra graphviz
2828
- name: Install Python Dependencies
2929
run: |
30-
python -m pip install --upgrade pip
31-
pip install poetry
30+
python -m pip install --upgrade pip setuptools wheel virtualenv
31+
python -m pip install poetry
3232
poetry config virtualenvs.create false
3333
poetry install
3434
- id: deployment

0 commit comments

Comments
 (0)