From b27203f19428fd05080a3707d45ce81f0b9e033a Mon Sep 17 00:00:00 2001 From: Ivan Ruzavin Date: Fri, 4 Oct 2024 15:23:25 +0200 Subject: [PATCH] Workflow changed according to ars --- .github/workflows/MCUsReleaseTest.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/MCUsReleaseTest.yaml b/.github/workflows/MCUsReleaseTest.yaml index 15c61d5cd..139b7e338 100644 --- a/.github/workflows/MCUsReleaseTest.yaml +++ b/.github/workflows/MCUsReleaseTest.yaml @@ -62,8 +62,7 @@ jobs: python -m pip install --upgrade pip pip install -r scripts/requirements/shared.txt pip install -r scripts/requirements/databases.txt - pip install chardet - pip install alive-progress + pip install -r scripts/requirements/support.txt sudo apt-get install p7zip-full - name: Upload new database asset @@ -80,7 +79,7 @@ jobs: curl --location --request POST '${{ secrets.ERP_DB_IMPORT_API }}' \ --header 'Authorization: Basic ${{ secrets.ERP_DB_IMPORT_KEY }}' else - echo "No changes made to necto_db.db"; + echo "No changes made to necto_db_dev.db"; fi - name: Upload MCUs Asset