Update tests.yml

This commit is contained in:
Karim shoair
2024-11-05 02:27:30 +02:00
parent 72b36d6a26
commit 4121fe73c9
+7
View File
@@ -43,6 +43,13 @@ jobs:
steps:
- uses: actions/checkout@v4
# Install lsb-release before setup-python so the cache work
- name: Install lsb-release
run: |
apt-get update
apt-get install -y lsb-release
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with: