This commit is contained in:
kaloster
2024-09-09 16:56:25 -04:00
parent b43bce4321
commit ea13d3e253
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- name: Install dependencies
- name: Install dependencies now
run: |
pip install flake8
pip install black