Fixing python version to 3.10.13, since later versions seem to have issues with certain pip requirements

This commit is contained in:
Benjamin Harder
2023-10-29 18:35:16 +01:00
parent 7647775b40
commit ed71a45512
2 changed files with 3 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
python-version: '3.10.13'
- name: Install pip and pytest
run: |
python -m pip install --upgrade pip