Skip to content

BREAKING-CHANGE: ost_data_export is not submodule #21

BREAKING-CHANGE: ost_data_export is not submodule

BREAKING-CHANGE: ost_data_export is not submodule #21

Workflow file for this run

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'
- name: Update submodules
run: |
git submodule update --remote
# Run main script to test if it can work
- name: Run testing script
run: |
mkdir -p data_export
python main_quick_test.py