phuochungus commited on
Commit
935880c
1 Parent(s): ed1e24a
Files changed (1) hide show
  1. .github/workflows/test.yml +1 -2
.github/workflows/test.yml CHANGED
@@ -16,8 +16,7 @@ jobs:
16
  with:
17
  python-version: "3.8"
18
  cache: "pip"
19
- - run: |
20
- pip install -r app/requirements.txt
21
  - name: install apt dependencies
22
  uses: awalsh128/cache-apt-pkgs-action@latest
23
  with:
 
16
  with:
17
  python-version: "3.8"
18
  cache: "pip"
19
+ - run: pip install -r app/requirements.txt
 
20
  - name: install apt dependencies
21
  uses: awalsh128/cache-apt-pkgs-action@latest
22
  with: