Skip to content

Commit

Permalink
Conflicting pip dependencies in AnkiTUM-Runtime requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
hmelder committed Dec 4, 2023
1 parent 0ee9dbe commit 781d1a8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ jobs:
python -m venv venv
source venv/bin/activate
git clone https://github.com/hmelder/AnkiTUM-Runtime
pip install --upgrade pip
pip install --upgrade setuptools
pip install -r AnkiTUM-Runtime/requirements.txt
pip install setuptools click~=8.1.3 PyYAML~=6.0 genanki~=0.13.1 Pillow~=9.4.0 Jinja2~=3.1.2 packaging~=23.0
pip install ./AnkiTUM-Runtime
- name: Generate Anki packages and compress
Expand Down

0 comments on commit 781d1a8

Please sign in to comment.