Skip to content

Commit

Permalink
typo and stricter tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tobsto committed Nov 30, 2023
1 parent fdae040 commit dae3288
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
pip install -r requirements.txt
- name: Test with pytest
run: |
pytest --nbval-lax *.ipynb
pytest --nbval *.ipynb
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
QUBO Fromulation Exercise
QUBO Formulation Exercise
=========================

[![Running Test in CI](https://github.com/FZJ-PGI-12/qubo_formulation_exercise/actions/workflows/python-package-conda.yml/badge.svg)](https://github.com/FZJ-PGI-12/qubo_formulation_exercise/actions/workflows/python-package-conda.yml)
Expand Down

0 comments on commit dae3288

Please sign in to comment.