Skip to content

Commit a3f1dda

Browse files
committed
Fix tests workflow
1 parent 899d018 commit a3f1dda

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ jobs:
3333
3434
- name: Install celery
3535
run: |
36-
poetry run pip install "celery==${{ celery-version }}"
36+
poetry run pip install "celery==${{ matrix.celery-version }}"
3737
3838
- name: Install Django
3939
run: |
40-
poetry run pip install "django==${{ django-verrsion }}"
40+
poetry run pip install "django==${{ matrix.django-version }}"
4141
4242
- name: Install dependencies
4343
run: |

0 commit comments

Comments
 (0)