Skip to content

Commit

Permalink
Weird python 3.12 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hmelder committed Dec 4, 2023
1 parent 2bec24b commit fd09b9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends zip git
sudo apt-get install -y --no-install-recommends zip git python3.12-dev
python -m venv venv
source venv/bin/activate
git clone https://github.com/hmelder/AnkiTUM-Runtime
python -m pip install --upgrade setuptools
pip3 install --upgrade setuptools
pip3 install -r AnkiTUM-Runtime/requirements.txt
pip3 install ./AnkiTUM-Runtime
Expand Down

0 comments on commit fd09b9c

Please sign in to comment.