Skip to content

Commit

Permalink
explicitly define typing_extensions version in docs build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sashankaryal committed Mar 27, 2024
1 parent 42186bb commit cbb5905
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
pip install -r fiftyone-teams/requirements/dev.txt
pip install fiftyone-brain fiftyone-db
pip install pycocotools tensorflow torch torchvision
pip install typing_extensions==4.10.0
pip install .
- name: Cache Node Modules
id: node-cache
Expand Down

0 comments on commit cbb5905

Please sign in to comment.