Skip to content

Commit

Permalink
Update create-release-n-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
renan-souza authored Sep 24, 2024
1 parent 38f89af commit f9f09c0
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/create-release-n-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,13 @@ jobs:
export FLOWCEPT_SETTINGS_PATH=~/.flowcept/settings.yaml
cat $FLOWCEPT_SETTINGS_PATH
pytest --ignore=tests/decorator_tests/ml_tests/llm_tests
# - name: Test notebooks
# run: |
# pip install flowcept[full]
# pip install -r extra_requirements/dev-requirements.txt
# pip list | grep flowcept
# export FLOWCEPT_SETTINGS_PATH=~/.flowcept/settings.yaml
# cat $FLOWCEPT_SETTINGS_PATH
# python flowcept/flowcept_webserver/app.py &
# sleep 3
# pytest --nbmake "notebooks/" --nbmake-timeout=600 --ignore=notebooks/dask_from_CLI.ipynb
- name: Test notebooks
run: |
pip install flowcept[full]
pip install -r extra_requirements/dev-requirements.txt
pip list | grep flowcept
export FLOWCEPT_SETTINGS_PATH=~/.flowcept/settings.yaml
cat $FLOWCEPT_SETTINGS_PATH
python flowcept/flowcept_webserver/app.py &
sleep 3
pytest --nbmake "notebooks/" --nbmake-timeout=600 --ignore=notebooks/dask_from_CLI.ipynb

0 comments on commit f9f09c0

Please sign in to comment.