Skip to content

Commit

Permalink
Update run_examples.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JustGlowing committed Jan 17, 2024
1 parent 044a39a commit 3da7b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
python -m pip install --upgrade pip
python -m pip install numpy flake8 pycodestyle pytest nbval pandas minisom
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Unit testing
- name: Running BasicUsage.ipynb
run: |
pytest --nbval examples/BasicUsage.ipynb

0 comments on commit 3da7b90

Please sign in to comment.