We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6a4d6f commit 8a545d0Copy full SHA for 8a545d0
.github/workflows/test-package.yml
@@ -1,7 +1,7 @@
1
# This workflow will install Python dependencies, run tests and lint with a single version of Python
2
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
3
4
-name: Periodic Testing of Package
+name: Periodic Testing of Pypi Package
5
6
on:
7
push:
@@ -31,6 +31,11 @@ jobs:
31
- name: Setup Graphviz
32
uses: ts-graphviz/setup-graphviz@v1
33
34
+ - name: Download Test Data
35
+ run: |
36
+ cd tests && sh ./get_data.sh
37
+ cd ..
38
+
39
- name: Install dependencies
40
run: |
41
python -m pip install --upgrade pip
0 commit comments