Try python3-venv again

This commit is contained in:
Elijah 2024-01-12 10:22:18 +01:00
parent abd6209fe1
commit af600ebdcf
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ jobs:
id: install id: install
run: | run: |
apt-get update apt-get update
apt-get install python3 python3-virtualenv python3-pip -y apt-get install python3 python3-venv python3-pip -y
- name: Check Python version - name: Check Python version
run: | run: |