Skip to content

Commit

Permalink
chore(ci): Install xmlsec
Browse files Browse the repository at this point in the history
  • Loading branch information
pennersr committed Jul 9, 2023
1 parent 09ae2a9 commit e4d4972
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install xmlsec
run: sudo apt-get install -y xmlsec1
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down Expand Up @@ -77,6 +79,8 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install xmlsec
run: sudo apt-get install -y xmlsec1
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit e4d4972

Please sign in to comment.