We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f4a52f commit 206c1caCopy full SHA for 206c1ca
.github/workflows/build.yml
@@ -37,7 +37,7 @@ jobs:
37
submodules: recursive
38
- name: Configure
39
run: |
40
- apt install python3.12-venv | yes
+ apt install -y python3.12-venv
41
python3 -m venv
42
source bin/activate
43
pip install -r requirements.txt
0 commit comments