Skip to content

Commit 02c4c31

Browse files
committed
Add deprecated to Python 3.7 dependency installation step
1 parent e66fadc commit 02c4c31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
python-version: ${{ matrix.python-version }}
3232
- name: (Python 3.7) Install dependencies
3333
if: ${{ matrix.python-version == '3.7' }}
34-
run: python -m pip install python-dotenv pytest
34+
run: python -m pip install deprecated python-dotenv pytest
3535
- name: (Python >= 3.9) Install dependencies
3636
if: ${{ matrix.python-version != '3.7' }}
3737
run: python -m pip install . --group test

0 commit comments

Comments
 (0)