tebakaja commited on
Commit
43b10a2
·
1 Parent(s): a470eb7

Update: Set LFS true

Browse files
Files changed (1) hide show
  1. .github/workflows/pipeline.yaml +2 -1
.github/workflows/pipeline.yaml CHANGED
@@ -48,7 +48,8 @@ jobs:
48
  if: env.match != 'true'
49
  run: |
50
  mkdir datasets
51
- cat postman/symbols.json
 
52
  go run scraper.go
53
 
54
  - name: Install Libraries
 
48
  if: env.match != 'true'
49
  run: |
50
  mkdir datasets
51
+ wget https://github.com/belajarqywok/cryptocurrency_prediction/raw/main/postman/symbols.json \
52
+ -O postman/symbols.json
53
  go run scraper.go
54
 
55
  - name: Install Libraries