Infra Setup #1

Closed
cyclane wants to merge 14 commits from infra-setup into main
1 changed files with 3 additions and 0 deletions
Showing only changes of commit eb68d6529f - Show all commits

View File

@ -20,6 +20,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- run: -|
uname -a
lsb_release -a
- name: Setup Python
uses: actions/setup-python@v4
with: