Test Python only

This commit is contained in:
2026-03-22 12:51:22 +00:00
parent 82e5e16cb5
commit 1c695700a4

View File

@@ -10,8 +10,4 @@ jobs:
run: | run: |
set -x set -x
python3 --version python3 --version
pip3 --version pip3 --version
- name: Install pytest
run: |
set -x
pip3 install pytest