Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonRubenDrauz committed Dec 5, 2024
1 parent 1167bca commit aba85b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests_develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
python -m pytest --nbmake -n=auto "./tutorials"
- name: Install pandapower develop
run: |
python -m pip uninstall pandapower
python -m pip uninstall pandapower -y
python -m pip install git+https://github.com/e2nIEE/pandapower@develop#egg=pandapower
shell: bash
- name: List all installed packages
Expand Down

0 comments on commit aba85b2

Please sign in to comment.