cccmatthew commited on
Commit
afcba5a
1 Parent(s): 674d191

Fix github actions

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +1 -1
.github/workflows/main.yml CHANGED
@@ -25,7 +25,7 @@ jobs:
25
  - name: Install dependencies
26
  run: |
27
  python -m pip install --upgrade pip
28
- pip install -r requirements.txt"
29
 
30
  - name: Model Testing
31
  run: |
 
25
  - name: Install dependencies
26
  run: |
27
  python -m pip install --upgrade pip
28
+ pip install -r requirements.txt
29
 
30
  - name: Model Testing
31
  run: |