Update tests.yml

This commit is contained in:
Karim shoair
2024-11-05 02:33:21 +02:00
parent 80cc0b77f3
commit 33f44587e6
+2 -2
View File
@@ -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