We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 899d018 commit a3f1ddaCopy full SHA for a3f1dda
1 file changed
.github/workflows/python-package.yml
@@ -33,11 +33,11 @@ jobs:
33
34
- name: Install celery
35
run: |
36
- poetry run pip install "celery==${{ celery-version }}"
+ poetry run pip install "celery==${{ matrix.celery-version }}"
37
38
- name: Install Django
39
40
- poetry run pip install "django==${{ django-verrsion }}"
+ poetry run pip install "django==${{ matrix.django-version }}"
41
42
- name: Install dependencies
43
0 commit comments