Skip to content

Commit

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

0 comments on commit 2205587

Please sign in to comment.