We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98f4654 commit fe484c2Copy full SHA for fe484c2
1 file changed
.github/workflows/CI.yml
@@ -24,7 +24,7 @@ jobs:
24
# add-apt-repository ppa:deadsnakes/ppa
25
# apt-get install -y software-properties-common
26
# apt-get update -y
27
- apt-get install -y python3.13-full
+ apt-get install -y python3
28
# python3 --version
29
# python3 -m venv .venv
30
# source .venv/bin/activate
0 commit comments