Skip to content

Commit

Permalink
GitHub CI fixes (#161)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #161

Differential Revision: D50707779
  • Loading branch information
RdoubleA authored and facebook-github-bot committed Oct 26, 2023
1 parent cfc299b commit 8083e83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
aiobotocore
boto3
expecttest
google-cloud-storage
google-resumable-media
numpy
Expand Down
3 changes: 2 additions & 1 deletion tests/test_manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
)
from torchsnapshot.manifest_ops import get_manifest_for_rank
from torchsnapshot.manifest_utils import is_fully_replicated_entry
from torchsnapshot.tests.assets.manifest import (

from .assets.manifest import (
_MANIFEST_0,
_MANIFEST_1,
_MANIFEST_2,
Expand Down

0 comments on commit 8083e83

Please sign in to comment.