Skip to content

Commit

Permalink
Add deadsnakes repo
Browse files Browse the repository at this point in the history
  • Loading branch information
tekknolagi committed Nov 22, 2023
1 parent 8f9ee98 commit 1c2f2b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Get deadsnakes repo
run: sudo add-apt-repository ppa:deadsnakes/ppa
- name: Install Python
run: sudo apt install -y ${{matrix.PYTHON}}
- name: Run tests
Expand Down

0 comments on commit 1c2f2b7

Please sign in to comment.