Skip to content

Commit

Permalink
[miryoku-github] Add requirements step to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
manna-harbour committed Nov 19, 2024
1 parent df1690a commit 2c30ed3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ jobs:
git remote remove "$remote"
git status
done
- name: Requirements
run: |
python3 -m pip install --upgrade pip
python3 -m pip install -r requirements.txt
- name: Submodules
run: |
git config --global --add safe.directory '*'
Expand Down

0 comments on commit 2c30ed3

Please sign in to comment.