Try installing virtualenv correctly

This commit is contained in:
Elijah 2024-01-12 09:51:28 +01:00
parent debce90240
commit 25456af2e0
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ jobs:
- name: Install python3-venv
run: |
apt-get install python3-venv
apt-get update && apt-get install python3-virtualenv
- name: Create virtual environment
run: |