Skip to content

Commit

Permalink
ci: remove apt-get update, install, and pip upgrade as unnecessary (#878
Browse files Browse the repository at this point in the history
)
  • Loading branch information
clintonsteiner authored Jan 7, 2025
1 parent d81867e commit faa8df1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ jobs:

- name: Install dependencies
run: |
sudo apt-get update; sudo apt-get install gcc libkrb5-dev
python -m pip install --upgrade pip
sudo apt-get install libkrb5-dev
python -m pip install -r test-requirements.txt
python -m pip install -r requirements.txt
Expand Down

0 comments on commit faa8df1

Please sign in to comment.