Skip to content

Commit

Permalink
github: workflow: unit_test: Add system update
Browse files Browse the repository at this point in the history
When I tried to push the deploy refactor, I got the following error:

Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/p/pillow/python3-pil_7.0.0-4ubuntu0.4_amd64.deb  404  Not Found

It looks like this is an update issue.

Signed-off-by: Rodrigo Siqueira <rodrigosiqueiramelo@gmail.com>
  • Loading branch information
rodrigosiqueira committed Jan 15, 2022
1 parent a9adb18 commit ff70e00
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/unit_tests.yml
Expand Up @@ -12,9 +12,13 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Update the system
run: |
sudo apt-get update -y
- name: Install dependencies
run: |
sudo apt install -y shunit2 kcov bash git \
sudo apt-get install -y shunit2 kcov bash git \
python-docutils dash graphviz python3-sphinx
- name: Prepare for tests
Expand Down

0 comments on commit ff70e00

Please sign in to comment.