[Bug] Adding additional dependency typing-extensions (#2812)

* added additional dependency

* addding pip cache purge
This commit is contained in:
Terrance DeJesus
2023-05-24 10:23:35 -04:00
committed by GitHub
parent e9baebc2bc
commit 8766734c89
7 changed files with 8 additions and 1 deletions
+1
View File
@@ -22,6 +22,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip cache purge
pip install .[dev]
- name: Python Lint