Update tests.yml

This commit is contained in:
Karim shoair
2024-11-05 11:29:28 +02:00
parent f200e9b290
commit 8933a99a6e
-6
View File
@@ -44,12 +44,6 @@ jobs:
steps:
- uses: actions/checkout@v4
# Install lsb-release before setup-python so the cache work
- name: Install lsb-release
run: |
sudo apt-get update
sudo apt-get install -y lsb-release
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with: