We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbc2ea9 commit 535f2d0Copy full SHA for 535f2d0
1 file changed
.github/workflows/test.yml
@@ -24,6 +24,9 @@ jobs:
24
run: |
25
python -m pip install --upgrade pip
26
pip install .
27
+ # remove the _data directory if it exists from previous runs
28
+ - name: Clean previous data
29
+ run: rm -rf _data
30
31
- name: Run test code
32
shell: bash
0 commit comments