Skip to content

Commit

Permalink
added install requirements step to test-arm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Yiu authored and Tim Yiu committed Jul 24, 2023
1 parent e0db0a7 commit 7ba4032
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/test-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
install: |
apt update
apt -y install python3
apt -y install pip3
apt -y install ca-certificates
run: |
pip3 install -r requirements.txt
python3 -m unittest discover -s ./tests -p '*_test.py'
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
run: pip install -r requirements.txt

- name: Install requirements
run: pip install -r requirements.txt
Expand Down

0 comments on commit 7ba4032

Please sign in to comment.