Skip to content

Commit 8a545d0

Browse files
committed
updating
1 parent e6a4d6f commit 8a545d0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/test-package.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will install Python dependencies, run tests and lint with a single version of Python
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
33

4-
name: Periodic Testing of Package
4+
name: Periodic Testing of Pypi Package
55

66
on:
77
push:
@@ -31,6 +31,11 @@ jobs:
3131
- name: Setup Graphviz
3232
uses: ts-graphviz/setup-graphviz@v1
3333

34+
- name: Download Test Data
35+
run: |
36+
cd tests && sh ./get_data.sh
37+
cd ..
38+
3439
- name: Install dependencies
3540
run: |
3641
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)