Skip to content

Commit

Permalink
fix continuous integration
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpagnon committed Aug 31, 2024
1 parent 3766315 commit d03e829
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sports2D/Utilities/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def test_workflow():
'''

# From python
config_dict = toml.load('../Config_demo.toml')
config_dict = toml.load('../Demo/Config_demo.toml')
config_dict.get("process").update({"show_realtime_results":False})
config_dict.get("post-processing").update({"show_plots":False})
from Sports2D import Sports2D; Sports2D.process(config_dict)
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ project_urls =

[options]
zip_safe = False
python_requires =< 3.12
python_requires <= 3.12
install_requires =
ipython
toml
Expand Down

0 comments on commit d03e829

Please sign in to comment.