Skip to content

Commit

Permalink
make data dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Scanteianu committed May 10, 2024
1 parent ff1702c commit d80fc16
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/vdr-creation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Download ojvg
run: python3 ojvg_download.py
run: |
mkdir -p data
python3 ojvg_download.py
- name: Upload data directory
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 #v4.3.3
with:
Expand Down

0 comments on commit d80fc16

Please sign in to comment.