Skip to content

Commit 535f2d0

Browse files
fix ci v3
1 parent cbc2ea9 commit 535f2d0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
run: |
2525
python -m pip install --upgrade pip
2626
pip install .
27+
# remove the _data directory if it exists from previous runs
28+
- name: Clean previous data
29+
run: rm -rf _data
2730

2831
- name: Run test code
2932
shell: bash

0 commit comments

Comments
 (0)