refactor #1

Open
roberto wants to merge 12 commits from feature/refactor-code into main
Showing only changes of commit 42aa92ab75 - Show all commits

View File

@@ -17,7 +17,11 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.11.x'
check-latest: true
- name: Show Python
run: python --version
- name: Create venv and install
run: |