Skip to content

Commit

Permalink
fix hbo_data path
Browse files Browse the repository at this point in the history
  • Loading branch information
zinchse authored Aug 30, 2024
1 parent e12778d commit dda2234
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@ jobs:
- name: raw data extracting
run: |
cd hbo_bench
sudo apt-get install -y p7zip-full
7za x data/raw/raw_data.7z -odata/raw
cd ..
7za x hbo_bench/src/hbo_bench/data/raw/raw_data.7z -ohbo_bench/src/hbo_bench/data/raw
- name: raw data processing
run: |
Expand Down

0 comments on commit dda2234

Please sign in to comment.