Skip to content

Commit

Permalink
Explicitly upgrade pip
Browse files Browse the repository at this point in the history
  • Loading branch information
hmelder committed Dec 4, 2023
1 parent a0a9aef commit 0ee9dbe
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@ jobs:
python -m venv venv
source venv/bin/activate
git clone https://github.com/hmelder/AnkiTUM-Runtime
pip3 install --upgrade setuptools
pip3 install -r AnkiTUM-Runtime/requirements.txt
pip3 install ./AnkiTUM-Runtime
pip install --upgrade pip
pip install --upgrade setuptools
pip install -r AnkiTUM-Runtime/requirements.txt
pip install ./AnkiTUM-Runtime
- name: Generate Anki packages and compress
run: |
Expand Down

0 comments on commit 0ee9dbe

Please sign in to comment.