Skip to content

Commit

Permalink
Add -y to apt-get and apt commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Iainmon committed Jan 28, 2025
1 parent 71dcf14 commit 4a084f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
steps:
- name: Install Python, pip, and Python libraries
run: |
apt-get update
apt-get install software-properties-common
apt-get update -y
apt-get install -y software-properties-common
add-apt-repository ppa:deadsnakes/ppa
apt-get update
apt-get update -y
apt-get install -y python3.13-full
python3 --version
python3 -m venv .venv
Expand Down

0 comments on commit 4a084f7

Please sign in to comment.