Skip to content

Commit

Permalink
apt-get update on tests as well
Browse files Browse the repository at this point in the history
  • Loading branch information
manulera committed Oct 11, 2023
1 parent 67e7da9 commit 360b299
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
python-version: 3.9
- name: Install python dependencies
run: |
sudo apt-get update
sudo apt-get install subversion -y
python -m pip install --upgrade pip
pip install poetry
Expand Down

0 comments on commit 360b299

Please sign in to comment.