"ruoyi-ui/src/vscode:/vscode.git/clone" did not exist on "90c41d498c98ba872f20250c0025303a07bfa894"
Unverified Commit 434c9fc2 authored by Matheus Felipe's avatar Matheus Felipe
Browse files

Install dependencies in action

parent 4bc90a81
......@@ -20,6 +20,9 @@ jobs:
with:
python-version: '3.8'
- name: Install dependencies
run: python -m pip install -r scripts/requirements.txt
- name: Run Unittest
run: |
cd scripts
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment