Skip to content

Commit

Permalink
Workflow changed according to ars
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanRuzavin committed Oct 4, 2024
1 parent fc7a379 commit b27203f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/MCUsReleaseTest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit b27203f

Please sign in to comment.