Skip to content

Commit

Permalink
Update package index
Browse files Browse the repository at this point in the history
  • Loading branch information
ludovicsteinbach committed Nov 10, 2023
1 parent 3423632 commit 5524863
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
python-version: '3.10'

- name: Install kerberos headers
run: sudo apt install libkrb5-dev
run: |
sudo apt-get update
sudo apt install libkrb5-dev
- name: Install tox
run: |
Expand Down Expand Up @@ -109,7 +111,9 @@ jobs:
python-version: '3.10'

- name: Install kerberos headers
run: sudo apt install libkrb5-dev
run: |
sudo apt-get update
sudo apt install libkrb5-dev
- name: Create wheel
run: |
Expand Down Expand Up @@ -140,7 +144,9 @@ jobs:
python-version: '3.10'

- name: Install kerberos headers
run: sudo apt install libkrb5-dev
run: |
sudo apt-get update
sudo apt install libkrb5-dev
- name: Install library
run: |
Expand Down

0 comments on commit 5524863

Please sign in to comment.