Skip to content

Commit

Permalink
install deps
Browse files Browse the repository at this point in the history
Signed-off-by: Elazar Gershuni <[email protected]>
  • Loading branch information
elazarg committed Oct 28, 2024
1 parent 28cc961 commit bc3ab24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
python-version: "3.12"
- name: Install dependencies
run: |
add-apt-repository ppa:criu/ppa
apt install criu
sudo add-apt-repository ppa:criu/ppa
sudo apt install criu
python -m pip install --upgrade pip
pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
Expand Down

0 comments on commit bc3ab24

Please sign in to comment.