Added Python Debug Print to Pipeline
All checks were successful
/ build (push) Has been skipped

This commit is contained in:
Kaybee 2024-07-17 22:14:55 +02:00
parent e144d28878
commit 51549ae56c

View file

@ -34,6 +34,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Print Python Version
run: python3 -v
- name: Install Pip
run: python3 -m ensurepip --upgrade