From 67f29e6089f171a4413a7dbc46adea2349e929bd Mon Sep 17 00:00:00 2001 From: Benjamin Harder Date: Fri, 6 Oct 2023 14:22:55 +0200 Subject: [PATCH] test# --- .github/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6e3144a..845b87a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,9 +24,9 @@ jobs: python-version: '3.x' - name: Install pip and pytest run: | - apt-get install -y python3-pip --fix-missing - apt-get install -y python3-pytest - pip install -r docker/requirements.txt + sudo apt-get install -y python3-pip --fix-missing + sudo apt-get install -y python3-pytest + sudo pip install -r docker/requirements.txt - name: Test with pytest run: |