Skip to content

Commit

Permalink
fix(action): git clone to existing repo error
Browse files Browse the repository at this point in the history
  • Loading branch information
sctop committed Apr 13, 2024
1 parent 6b17288 commit 3767bd6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3767bd6

Please sign in to comment.