BREAKING-CHANGE: removed data_export and please run #24
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Dev Branch | |
on: | |
push: | |
branches: | |
- 'dev_v2' | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
submodules: 'recursive' | |
fetch-depth: 0 | |
- name: Set up Python | |
uses: actions/setup-python@v2 | |
with: | |
python-version: '3.x' | |
# Run main script to test if it can work | |
- name: Run testing script | |
run: | | |
git clone https://github.com/BA-OST-Index/ost_data.git data | |
mkdir -p data_export | |
python main_quick_test.py |