Skip to content

Commit

Permalink
[actions][xs]: updated github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikanebu committed Dec 3, 2024
1 parent 7720a17 commit 3c69fee
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3c69fee

Please sign in to comment.