From 3c69feef270427df2821057fb1efe2c8f160936c Mon Sep 17 00:00:00 2001 From: MZhiyenbayev Date: Tue, 3 Dec 2024 18:51:36 +0500 Subject: [PATCH] [actions][xs]: updated github actions --- .github/workflows/actions.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 345bc3d..c9f73ed 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -29,16 +29,13 @@ jobs: with: python-version: '3.12' - - name: Install Python dependencies + - name: Run Script run: | python -m venv venv source venv/bin/activate pip install --upgrade pip pip install -r scripts/requirements.txt - - - name: Run Script - run: | - python scripts/process.py + python scripts/process.py - name: Push and Commit env: