Test pip install

This commit is contained in:
2026-03-22 12:52:04 +00:00
parent 1c695700a4
commit ab09e3984c

View File

@@ -6,8 +6,7 @@ jobs:
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Test Python - name: Install pip
run: | run: |
set -x set -x
python3 --version pip3 install pytest
pip3 --version