Skip to content
Snippets Groups Projects
Unverified Commit f3f6785b authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

fix ci.yml

parent 8e42417d
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,10 @@ jobs:
- name: Install everything
run: |
pip install -U pip setuptools wheel disttools packaging pyproject.toml
python setup.py install
- name: Test
run: python setup.py test
run: |
cd example
python setup.py test
env:
DEBUG: "1"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment