Skip to content

Commit

Permalink
backports annex?
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Sep 25, 2023
1 parent d9d66de commit b4ca213
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ jobs:
python-version: ${{ matrix.python }}
if: matrix.container == null
- name: Install sudo
run: apt-get update && apt-get install -y sudo
run: apt-get update && apt-get install -y sudo debian-archive-keyring
if: matrix.container != null
- name: Enable backports
run: echo 'deb http://deb.debian.org/debian buster-backports main' >> /etc/apt/sources.list
if: matrix.container != null
- name: Install dependencies
run: pip install -r requirements-test.txt
Expand Down

0 comments on commit b4ca213

Please sign in to comment.