Update workflow.yml

This commit is contained in:
Leon 2023-06-02 23:08:18 +02:00 committed by GitHub
parent c2042fb758
commit ddc61cfa5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,4 +34,4 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; else pip install -U . ; fi
- name: run example
run: |
python example/example.py
python example/test_workflow.py