Skip to content

Commit

Permalink
Merge pull request #1141 from INCATools/add-ca-certificates
Browse files Browse the repository at this point in the history
Adding ca-certificates install to constraints.yml
  • Loading branch information
matentzn authored Nov 28, 2024
2 parents e65fd37 + c11f629 commit 159db9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/constraints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
strategy:
max-parallel: 1
steps:
- name: Install Git
- name: Install Required Packages
run: |
apt-get update
apt-get install -y --no-install-recommends git
apt-get install -y --no-install-recommends git ca-certificates
- name: Checkout main branch
uses: actions/checkout@v4
- name: Build constraints.txt
Expand Down

0 comments on commit 159db9a

Please sign in to comment.