tests #17

Merged
Fabel merged 14 commits from tests into develop 2024-11-01 07:46:03 +00:00
1 changed files with 27 additions and 27 deletions
Showing only changes of commit ad14ae1795 - Show all commits

View File

@ -14,7 +14,7 @@ jobs:
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner." - run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v4 uses: actions/setup-python@v5
with: with:
python-version: '3.11.7' python-version: '3.11.7'
- name: Install dependencies - name: Install dependencies