Skip to content

Commit

Permalink
.circleci: Add dataclasses to dependencies for environment.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Eli Uriegas <eliuriegas@fb.com>
  • Loading branch information
seemethere committed Sep 3, 2020
1 parent ee177fe commit f3f45a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/unittest/linux/scripts/environment.yml
Expand Up @@ -6,6 +6,7 @@ dependencies:
- pip
- pip:
- clang-format
- dataclasses
- nltk
- requests
- revtok
Expand Down
1 change: 1 addition & 0 deletions .circleci/unittest/windows/scripts/environment.yml
Expand Up @@ -5,6 +5,7 @@ dependencies:
- codecov
- pip
- pip:
- dataclasses
- nltk
- requests
- revtok
Expand Down

0 comments on commit f3f45a7

Please sign in to comment.