Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
D4Vinci committed Nov 5, 2024
1 parent 80cc0b7 commit 33f4458
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
# Install lsb-release before setup-python so the cache work
- name: Install lsb-release
run: |
apt-get update
apt-get install -y lsb-release
sudo apt-get update
sudo apt-get install -y lsb-release
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
Expand Down

0 comments on commit 33f4458

Please sign in to comment.