Spaces:
Running
Running
Update: Set LFS true
Browse files
.github/workflows/pipeline.yaml
CHANGED
@@ -48,7 +48,8 @@ jobs:
|
|
48 |
if: env.match != 'true'
|
49 |
run: |
|
50 |
mkdir datasets
|
51 |
-
|
|
|
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
|