Skip to content

Commit

Permalink
fix-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aimspot committed Feb 14, 2024
1 parent b19c644 commit 9074bfe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ml-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
pip install -r requirements.txt
- name: Download dataset
run: |
cd user_datasets/yolo
cd user_datasets
mkdir aeral
cd aeral
curl -L "https://public.roboflow.com/ds/et6MNsOwMJ?key=GMSDIzpYnW" > roboflow.zip; unzip roboflow.zip; rm roboflow.zip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/model-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
pip install -r requirements.txt
- name: Download dataset
run: |
cd user_datasets/yolo
cd user_datasets
mkdir aeral
cd aeral
curl -L "https://public.roboflow.com/ds/et6MNsOwMJ?key=GMSDIzpYnW" > roboflow.zip; unzip roboflow.zip; rm roboflow.zip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
pip install -r requirements.txt
- name: Download dataset
run: |
cd user_datasets/yolo
cd user_datasets
mkdir aeral
cd aeral
curl -L "https://public.roboflow.com/ds/et6MNsOwMJ?key=GMSDIzpYnW" > roboflow.zip; unzip roboflow.zip; rm roboflow.zip
Expand Down

0 comments on commit 9074bfe

Please sign in to comment.