test ci
All checks were successful
lint / docker (push) Successful in 13m19s

This commit is contained in:
k3nny 2024-11-27 22:51:28 +01:00
parent 4786966097
commit af9ef1da23

View File

@ -17,4 +17,6 @@ jobs:
uses: https://github.com/actions/setup-python@v4
with:
python-version: '3.12'
cache: 'pip' # caching pip dependencies
cache: 'pip' # caching pip dependencies
- name: Install dependencies
run: pip3 install -r requirements.txt