diff --git a/.github/workflows/dev.yaml b/.github/workflows/dev.yaml index 28a0c10..749b6d9 100644 --- a/.github/workflows/dev.yaml +++ b/.github/workflows/dev.yaml @@ -22,6 +22,5 @@ jobs: # 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 \ No newline at end of file diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index 78fa185..7560bc7 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -21,6 +21,5 @@ jobs: # 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 \ No newline at end of file diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index efc73b4..8b178d8 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -20,7 +20,6 @@ jobs: python-version: '3.x' - name: Run main_quick_test.py run: | - git clone https://github.com/BA-OST-Index/ost_data.git data mkdir -p data_export python main_quick_test.py - name: Generator Dispatch