Skip to content

Commit ad39d5f

Browse files
committed
remove committed symlinks and revert debug code in GA
1 parent fe4ed85 commit ad39d5f

File tree

5 files changed

+9
-14
lines changed

5 files changed

+9
-14
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,7 @@ jobs:
3232
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
3333
aws-region: ${{ secrets.AWS_REGION }}
3434
- name: Make huggingface model dir
35-
run: |
36-
echo ">>> ls ./tests"
37-
ls ./tests
38-
echo ">>> ls ./tests/data"
39-
ls ./tests/data
40-
echo ">>> ls ./tests/data/sequence_classification_models"
41-
ls ./tests/data/sequence_classification_models
42-
echo ">>> mkdir if not exists"
43-
mkdir -p ./tests/data/sequence_classification_models/huggingface_model >/dev/null 2>&1
35+
run: mkdir -p ./tests/data/sequence_classification_models/huggingface_model
4436
- uses: keithweaver/aws-s3-github-action@v1.0.0 # Verifies the recursive flag
4537
name: Download huggingface model
4638
with:

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# data folder
2+
data/
3+
!tests/data
4+
!tests/data/*.yaml
5+
tests/data/*
16
# google new binary
27
GoogleNews-vectors-negative300-prenorm.bin
38

@@ -140,7 +145,7 @@ dmypy.json
140145
*secrets*
141146

142147
# Mac artifacts and temp files
143-
.DS_Store
148+
**/.DS_Store
144149
*.swp
145150

146151
# Temporarily copied for Docker build

tests/data/pretrained_wv_models

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/data/sequence_classification_models

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/data/tag_test_data.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ tags_refresh_data:
3232
- id: 5
3333
tags: ["draw", "sing", "exercise", "code"]
3434
content_to_send: >
35-
When I feel like exercising,
35+
When I feel like exercising,
3636
I just lie down until the feeling goes away
3737
title: "hobby"
3838
example_questions:
@@ -41,7 +41,7 @@ tags_refresh_data:
4141
- id: 5
4242
tags: ["digest", "eat", "chew", "expel"]
4343
content_to_send: >
44-
Nothing would be more tiresome than eating and drinking
44+
Nothing would be more tiresome than eating and drinking
4545
if God had not made them a pleasure as well as a necessity.
4646
title: "life"
4747
example_questions:

0 commit comments

Comments
 (0)