Skip to content

Commit

Permalink
Add outputData directory creation
Browse files Browse the repository at this point in the history
  • Loading branch information
johan-t committed Jan 1, 2024
1 parent 8c0c3f7 commit ff6543b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/get_function_data_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
mkdir -p ${{ github.workspace }}/inputData # Create inputData directory
git clone https://github.com/RapidReview-ai/testRepo ${{ github.workspace }}/inputData/testRepo
- name: Create outputData directory
run: mkdir -p ${{ github.workspace }}/functionRetriever/outputData

- name: Set up Python 3.x
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit ff6543b

Please sign in to comment.