Skip to content

Commit

Permalink
Revert Remove install packages step
Browse files Browse the repository at this point in the history
  • Loading branch information
golharam committed Feb 5, 2025
1 parent 0f3c57b commit 896315a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

#- name: Install packages
# run: |
# sudo apt-get update
# sudo apt-get install libcurl4-gnutls-dev libgnutls28-dev
- name: Install packages
run: |
sudo apt-get update
sudo apt-get install libcurl4-gnutls-dev libgnutls28-dev
- name: Install dependencies
run: |
Expand Down

0 comments on commit 896315a

Please sign in to comment.