Merge branch 'master' into feat/gitpython_multiple_file_and_single_commits

This commit is contained in:
Alexander Sergeev
2023-03-11 22:17:54 +01:00
committed by GitHub

View File

@@ -21,6 +21,7 @@ jobs:
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: 3.8 python-version: 3.8
cache: 'pip'
- name: Install Dependencies 📥 - name: Install Dependencies 📥
run: pip install -r requirements.txt run: pip install -r requirements.txt