Infra Setup #1

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

View File

@ -23,7 +23,7 @@ jobs:
- name: Setup Python - name: Setup Python
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: ">=3.11" python-version: "3.11"
- name: Install dependencies - name: Install dependencies
run: | run: |