Skip to content

Commit

Permalink
Fixing github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lipoja committed Nov 10, 2023
1 parent 966f646 commit 2a13006
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run_tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
sudo apt update -y
sudo apt-upgrade -y
sudo apt install libkrb5-dev -y
python -m pip install --upgrade pip
pip install --upgrade virtualenv
Expand Down

0 comments on commit 2a13006

Please sign in to comment.