Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
iesahin committed Jun 17, 2024
1 parent 5fbfdcb commit 0189b38
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions file/src/send/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ use crate::Result;

use clap::Parser;

use humantime;

use xvc_core::{ContentDigest, XvcCachePath, XvcFileType, XvcMetadata, XvcRoot};
use xvc_ecs::{HStore, XvcStore};
use xvc_logging::{error, watch, XvcOutputSender};
Expand Down
2 changes: 1 addition & 1 deletion storage/src/storage/rsync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ impl XvcStorageOperations for XvcRsyncStorage {
info!(
output,
"Initialized:\n{}\n{}\n",
torage_guid_path,
storage_guid_path,
rsync_result.stdout_str()
);

Expand Down
1 change: 1 addition & 0 deletions workflow_tests/tests/test_pipeline_dag.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ fn test_pipeline_dag() -> Result<()> {
xsd("glob_dep", "--glob", "*.txt")?;
xsd("glob_dep", "--glob-items", "data/*")?;
xsd("glob_dep", "--param", "params.yaml:model.conv_units")?;
// FIXME: There is an error here regarding regex format
xsd("glob_dep", "--regex", "requirements.txt:^tensorflow")?;
xsom("glob_dep", "glob_dep.json")?;
xsof("glob_dep", "def.txt")?;
Expand Down

0 comments on commit 0189b38

Please sign in to comment.