Skip to content

Commit

Permalink
FIX github actions backend tests not running
Browse files Browse the repository at this point in the history
Trying to install libnss3-dev resulted in the archive missing from the
repo. Trying to see if running an `apt-get update` to update the apt
listings would fix it.
  • Loading branch information
ionparticle committed May 16, 2022
1 parent f1a537d commit c64ea54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
sudo apt-get update
sudo apt-get install -y --no-install-recommends --no-install-suggests libxmlsec1-dev libz-dev
pip install -r requirements.txt -r requirements.dev.txt
- name: Backend Unit Tests MariaDB
Expand Down

0 comments on commit c64ea54

Please sign in to comment.