Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
j-faria authored Nov 27, 2023
1 parent 5b4a849 commit a082eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ jobs:
- name: Run 51Peg example
run : |
python -c "from kima.examples._51Peg import _51Peg; model = _51Peg(run=True, steps=100)"
python -c "import kima; from kima.examples._51Peg import _51Peg; model = _51Peg(run=True, steps=100); kima.load_results()"

0 comments on commit a082eb8

Please sign in to comment.