Skip to content

Commit

Permalink
ci(fix): lfs pull multiple includes
Browse files Browse the repository at this point in the history
  • Loading branch information
topher-lo committed Dec 2, 2023
1 parent 88c4d63 commit 55b2b3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,7 @@ jobs:
${{ runner.os }}-lfs-
- name: Git LFS Pull
run: >
git lfs pull
--include=m5_y_train_sample.parquet
--include=m5_X_train_sample.parquet
--include=m5_y_test_sample.parquet
--include=m5_X_test_sample.parquet
--include=m4_1d_train.parquet
--include=m4_1d_test.parquet
--include=m4_1w_train.parquet
--include=m4_1w_test.parquet
--include=m4_3mp_train.parquet
--include=m4_3mo_test.parquet
run: git lfs pull -I "m4_1w_*,"m4_3mo_*,m5_X_train_sample.parquet,m5_X_test_sample.parquet"

- name: Set up Rust
run: rustup show
Expand Down
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def m4_freq_to_lags():

@pytest.fixture(
params=[
("1d", 14),
# ("1d", 14),
("1w", 13),
# ("1mo", 18),
("3mo", 8),
Expand Down

0 comments on commit 55b2b3b

Please sign in to comment.