diff --git a/.circleci/config.yml b/.circleci/config.yml index 12a49189bc4950f882f09741cfe4fe339df47f0b..d465d722804785a13ea8296f453e7d4cf4ec5672 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,8 +12,10 @@ jobs: - python/install-deps - python/save-cache - run: - command: ./manage.py test - name: Test + command: python setup.py install + name: install + command: streamlit run app.py + name: install workflows: main: