Make poetry version fixed in CI (#260)

This commit is contained in:
Stan Triepels
2025-01-12 02:22:14 +01:00
committed by GitHub
parent 404932117e
commit 7e72b68c7f

View File

@@ -73,7 +73,7 @@ jobs:
- name: Install dependencies with Django ${{ matrix.django }}
run: |
python -m pip install --upgrade pip
pip install poetry
pip install poetry==1.8.5
poetry add "django==${{ matrix.django }}" --python=${{ matrix.python-version }}
poetry install -E testing
- name: Run Tests